Skip to content

Commit d64724f

Browse files
authored
Install latest boost instead of [email protected] on macos in install-timelord.sh (#20121)
Install latest boost instead of [email protected] Replaced specific boost version installation with the latest boost.
1 parent 2b6ff08 commit d64724f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

install-timelord.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,7 @@ else
117117
brew install --formula --quiet cmake
118118
fi
119119
# The most recent boost version causes compile errors.
120-
brew install --formula --quiet [email protected] gmp
121-
# [email protected] is keg-only, which means it was not symlinked into /usr/local,
122-
# because this is an alternate version of another formula.
123-
export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
124-
export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
120+
brew install --formula --quiet boost gmp
125121
echo "Installing chiavdf from source."
126122
# User needs to provide required packages
127123
echo venv/bin/python -m pip install --force --no-binary chiavdf "$CHIAVDF_VERSION"

0 commit comments

Comments
 (0)