@@ -89,8 +89,6 @@ elif [ "$(uname)" = "Darwin" ]; then
89
89
echo " Found MacOS."
90
90
fi
91
91
92
- CHIAVDF_VERSION=
93
-
94
92
if [ -e " $THE_PATH " ]; then
95
93
echo " $THE_PATH "
96
94
echo " vdf_client already exists, no action taken"
@@ -101,17 +99,17 @@ else
101
99
echo " apt-get install libgmp-dev libboost-python-dev $PYTHON_DEV_DEPENDENCY libboost-system-dev build-essential -y"
102
100
sudo apt-get install libgmp-dev libboost-python-dev " $PYTHON_DEV_DEPENDENCY " libboost-system-dev build-essential -y
103
101
echo " Installing chiavdf from source on Ubuntu/Debian"
104
- echo venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections' " $CHIAVDF_VERSION "
105
- venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections' " $CHIAVDF_VERSION "
102
+ echo venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections'
103
+ venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections'
106
104
symlink_vdf_bench " $PYTHON_VERSION "
107
105
elif [ -e venv/bin/python ] && test " $RHEL_BASED " ; then
108
106
echo " Installing chiavdf dependencies on RedHat/CentOS/Fedora"
109
107
# Install remaining needed development tools - assumes venv and prior run of install.sh
110
108
echo " $yumcmd "
111
109
${yumcmd}
112
110
echo " Installing chiavdf from source on RedHat/CentOS/Fedora"
113
- echo venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections' " $CHIAVDF_VERSION "
114
- venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections' " $CHIAVDF_VERSION "
111
+ echo venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections'
112
+ venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections'
115
113
symlink_vdf_bench " $PYTHON_VERSION "
116
114
elif [ -e venv/bin/python ] && test " $MACOS " ; then
117
115
echo " Installing chiavdf dependencies for MacOS."
@@ -126,14 +124,14 @@ else
126
124
export CPPFLAGS=
" -I/usr/local/opt/[email protected] /include"
127
125
echo " Installing chiavdf from source."
128
126
# User needs to provide required packages
129
- echo venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections' " $CHIAVDF_VERSION "
130
- venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections' " $CHIAVDF_VERSION "
127
+ echo venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections'
128
+ venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections'
131
129
symlink_vdf_bench " $PYTHON_VERSION "
132
130
elif [ -e venv/bin/python ]; then
133
131
echo " Installing chiavdf from source."
134
132
# User needs to provide required packages
135
- echo venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections' " $CHIAVDF_VERSION "
136
- venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections' " $CHIAVDF_VERSION "
133
+ echo venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections'
134
+ venv/bin/python -m pip install --force --no-binary ' git+https://github.com/chia-network/chiavdf@update_macos_runner_selections'
137
135
symlink_vdf_bench " $PYTHON_VERSION "
138
136
else
139
137
echo " No venv created yet, please run install.sh."
0 commit comments