This repository was archived by the owner on Apr 24, 2022. It is now read-only.
Fixed "build from source" that could not find boost 1.66.0. Now it does, builds correctly and the built project functions properly#2365
Open
Chris1nexus wants to merge 1 commit intoethereum-mining:masterfrom
Conversation
…m 1.66.0 to 1.66.0-p0. Host cited in https://github.com/cpp-pm/hunter/blob/master/cmake/projects/Boost/hunter.cmake as boost_base_url is offline so also boost version 1.66.0 is offline as of now and the boost version has to be taken the repo cited in the link as p0 (meaning hunter patched version 0)
|
thanks brother |
japgolly
added a commit
to japgolly/ethminer
that referenced
this pull request
Oct 27, 2021
japgolly
added a commit
to japgolly/ethminer
that referenced
this pull request
Oct 27, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed boost version in Hunter package manager's config.cmake file from 1.66.0 to 1.66.0-p0.
Host cited in https://github.com/cpp-pm/hunter/blob/master/cmake/projects/Boost/hunter.cmake as boost_base_url is offline so also the boost version 1.66.0 is offline.
Boost 1.66.0 has to be taken from the repo cited in the link as 1.66.0-p0 (meaning hunter patched version 0)