It would make more sense to update the foldingathome PKGBUILD instead of creating this one. The foldingathome PKGBUILD is maintained by a TU but it has been out-of date for 6 months. You might want to report/ask for help on the aur ML.
Search Criteria
Package Details: foldingathome 8.4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/foldingathome.git (read-only, click to copy) |
---|---|
Package Base: | foldingathome |
Description: | A distributed computing project for simulating protein dynamics |
Upstream URL: | https://foldingathome.org/ |
Keywords: | fah science |
Licenses: | GPL-3.0-or-later |
Submitter: | dtw |
Maintainer: | PlasticSoup |
Last Packager: | PlasticSoup |
Votes: | 180 |
Popularity: | 0.65 |
First Submitted: | 2007-06-28 14:55 (UTC) |
Last Updated: | 2024-08-21 01:37 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- sqlite (sqlite-fossilAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- leveldb (leveldb-gitAUR) (make)
- libyaml (libyaml-gitAUR) (make)
- re2 (re2-gitAUR) (make)
- scons (make)
- snappy (snappy-gitAUR) (make)
- opencl-driver (opencl-nvidia-410xxAUR, amdapp-sdkAUR, opencl-nvidia-340xxAUR, opencl-nvidia-440xxAUR, vc4cl-gitAUR, opencl-nvidia-430xxAUR, opencl-legacy-amdgpu-proAUR, intel-compute-runtime-gitAUR, beignetAUR, opencl-nvidia-vulkanAUR, beignet-gitAUR, intel-openclAUR, clvk-gitAUR, opencl-nvidia-390xxAUR, opencl-rusticl-mesa-minimal-gitAUR, mesa-gitAUR, opencl-nvidia-teslaAUR, mesa-wsl2-gitAUR, intel-compute-runtime-binAUR, opencl-nvidia-535xxAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-550xx-nvidiaAUR, opencl-amdAUR, opencl-nvidia-betaAUR, opencl-nvidia-470xxAUR, amdonly-gaming-opencl-clover-mesa-gitAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR, intel-compute-runtime, intel-oneapi-compiler-shared-runtime, opencl-clover-mesa, opencl-nvidia, opencl-rusticl-mesa, rocm-opencl-runtime) (optional) – GPU support
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 Next › Last »
Snowman commented on 2013-01-02 18:44 (UTC)
paul2lv commented on 2012-10-02 08:55 (UTC)
Updated the package to include a systemd script and to fix the download error.
Thanks to luolimao for all the help!
luolimao commented on 2012-10-02 00:46 (UTC)
Also, the systemd script appears to work fine; it should be all right to add to the package.
luolimao commented on 2012-10-02 00:40 (UTC)
After googling a bit, and learning about the DLAGENTS option, the error can be fixed by adding the line
DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
to the PKGBUILD. Although for some reason the wiki fails to mention this under "PKGBUILD" or "Creating packages" but instead lists it under "Nonfree Applications Package Guidelines":
https://wiki.archlinux.org/index.php/Nonfree_Applications_Package_Guidelines
paul2lv commented on 2012-09-30 09:23 (UTC)
@luolimao
The download error is caused by a certificate error on Stanford's servers. If you manually download the file, it should build with no problems.
I put together a systemd script and uploaded it to here --> http://pastebin.com/bW4CakV4
Copy it to /etc/systemd/system/foldingathome-v7.service and tell me if it works before I add it to the package.
luolimao commented on 2012-09-29 20:18 (UTC)
Also, the file doesn't download for me (x86_64); see error: https://gist.github.com/3805087
luolimao commented on 2012-09-29 20:16 (UTC)
Can you add a systemd script (since rc.d scripts are being phased out)?
paul2lv commented on 2012-09-16 09:49 (UTC)
I fixed up the PKGBUILD so it should work with i686 and x86_64 with out any issues.
Let me know if there are any more problems.
Pinned Comments
SovietReimu1228 commented on 2024-08-22 14:48 (UTC)
I'll leave a note for those who are having trouble starting FAH after updating. You should do
pacman -Rs foldingathome
and install again. This will create thefah-client
user.