Skip to content

Commit 15bdf3e

Browse files
committed
Fix conda package pins
1 parent f0ce76a commit 15bdf3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install_shapeworks.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,22 @@ function install_conda() {
9898
hdf5=1.12.2 \
9999
tbb=2021.5.0 \
100100
tbb-devel=2021.5.0 \
101-
boost \
101+
boost=1.85.0 \
102102
openexr=3.1.5 \
103103
ilmbase=2.5.5 \
104-
pybind11 \
104+
pybind11=3.0.1 \
105105
nlohmann_json=3.10.5 \
106106
spdlog=1.10.0 \
107107
pkg-config=0.29.2 \
108108
openh264==2.3.0 \
109109
libhwloc=2.8.0 \
110-
qt-main=5.15.4 \
110+
qt-main=5.15.8 \
111111
)
112112

113113
# linux (only) deps
114114
if [[ "$(uname)" == "Linux" ]]; then
115115
# required by install_python_module.sh
116-
CONDA_PACKAGES+=(zlib patchelf)
116+
CONDA_PACKAGES+=(zlib=1.2.13 patchelf=0.17.2)
117117
fi
118118
fi
119119

0 commit comments

Comments
 (0)