We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ce76a commit 15bdf3eCopy full SHA for 15bdf3e
install_shapeworks.sh
@@ -98,22 +98,22 @@ function install_conda() {
98
hdf5=1.12.2 \
99
tbb=2021.5.0 \
100
tbb-devel=2021.5.0 \
101
- boost \
+ boost=1.85.0 \
102
openexr=3.1.5 \
103
ilmbase=2.5.5 \
104
- pybind11 \
+ pybind11=3.0.1 \
105
nlohmann_json=3.10.5 \
106
spdlog=1.10.0 \
107
pkg-config=0.29.2 \
108
openh264==2.3.0 \
109
libhwloc=2.8.0 \
110
- qt-main=5.15.4 \
+ qt-main=5.15.8 \
111
)
112
113
# linux (only) deps
114
if [[ "$(uname)" == "Linux" ]]; then
115
# required by install_python_module.sh
116
- CONDA_PACKAGES+=(zlib patchelf)
+ CONDA_PACKAGES+=(zlib=1.2.13 patchelf=0.17.2)
117
fi
118
119
0 commit comments