Here is the command you need to fix the bad Boost URL everyone is referencing:
wget 'https://boostorg.jfrog.io/artifactory/main/release/1.66.0/source/boost_1_66_0.7z' -O $HOME/.hunter/_Base/Download/Boost/1.66.0/075d0b4/boost_1_66_0.7z
Git Clone URL: | https://aur.archlinux.org/ethminer.git (read-only, click to copy) |
---|---|
Package Base: | ethminer |
Description: | Ethereum miner with OpenCL and stratum support (built without CUDA). |
Upstream URL: | https://github.com/ethereum-mining/ethminer |
Licenses: | MIT |
Conflicts: | ethminer-git |
Submitter: | 5chdn |
Maintainer: | mrxx |
Last Packager: | mrxx |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-31 08:15 (UTC) |
Last Updated: | 2022-03-22 20:34 (UTC) |
Here is the command you need to fix the bad Boost URL everyone is referencing:
wget 'https://boostorg.jfrog.io/artifactory/main/release/1.66.0/source/boost_1_66_0.7z' -O $HOME/.hunter/_Base/Download/Boost/1.66.0/075d0b4/boost_1_66_0.7z
The boost download url has been changed, see https://www.boost.org/users/news/boost_has_moved_downloads_to_jfr.html
New url is https://boostorg.jfrog.io/artifactory/main/release/*.
I have downloaded the 1.66 release manually and put it in /home/name/.hunter/_Base/Download/Boost/1.66.0/075d0b4/ ,build now works.
Getting a 403 from a BinTray dep during install:
error: downloading 'https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z' failed
"bash: -P: command not found" after running the default -P command. Any ideas? Thanks.
AMD users, you may need to add -DUSE_SYS_OPENCL=ON to cmake and install opencl-amd. For me, this removed the CL compile error on launch and the "gave incorrect result. Lower overclocking.." message. I also needed to specify --cl-devices in my launch parameters. I seem to have 2 CL devices per video card. I think this is from opencl-amd. The SECOND duplicate seems to be the one I need to use. Hope this helps someone.
Also the boost lib fix seems totally unnecessary now. I can build and run without it.
This package builds without CUDA support which saves approx. 1.4GB compared to 'ethminer-cuda'.
Adopted, updated to v0.16.1.
@sarvex, it does that because that is the configuration supported by upstream, to prevent new bugs introduced by 'incorrect' versions of the dependencies.
The package does not depend on host libraries, it downloads boost and others again, even when the packages are already present on the system
WARNING: this package now builds WITHOUT cuda support. To avoid errors like codemonkey's, I've decided to split this package up into ethminer, and ethminer-cuda. If someone wants to build with cuda support, he/she can install ethminer-cuda and makepkg will take care of the dependencies.
Pinned Comments
mrxx commented on 2018-12-04 22:28 (UTC)
This package builds without CUDA support which saves approx. 1.4GB compared to 'ethminer-cuda'.