You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.
Use command on MacOS : 10.15.7
Use OpenCL from an AMD rx580 4G
Command like this :
git clone --recursive https://github.com/ArtSabintsev/Ethminer-for-macOS
cd Ethminer-for-macOS
mkdir build; cd build
cmake -DBUNDLE=miner -DETHSTRATUM=1 ..
When I using CMAKE , I can find a HOMEBREW ERROR
It CAN NOT find a package name "cryptopp".
Error like this :
Updating Homebrew...
Error: No available formula or cask with the name "cryptopp".
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
Error: No similarly named formulae found.
==> Searching taps on GitHub...
==> Searching for similarly named formulae...
==> Searching taps...
Error: No formulae found in taps.
-- ctest path: /usr/local/bin/ctest
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
(Required is at least version "5.6.2")
Call Stack (most recent call first):
cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
cmake/EthDependencies.cmake:44 (find_package)
CMakeLists.txt:247 (include)
-- Configuring incomplete, errors occurred!
I think it's a homebrew error not a software problem
I used Google but couldn't find any solutions
I hope someone can see it :(
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use command on MacOS : 10.15.7
Use OpenCL from an AMD rx580 4G
Command like this :
When I using CMAKE , I can find a HOMEBREW ERROR
It CAN NOT find a package name "cryptopp".
Error like this :
I think it's a homebrew error not a software problem
I used Google but couldn't find any solutions
I hope someone can see it :(
The text was updated successfully, but these errors were encountered: