File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -93,28 +93,27 @@ function install_conda() {
9393 CONDA_PACKAGES+=(cmake=4.1.1 \
9494 gmock=1.17.0 \
9595 doxygen=1.13.2 \
96- graphviz \
96+ graphviz=13.1.2 \
9797 eigen=3.4.0 \
98- hdf5 \
98+ hdf5=1.14.6 \
9999 tbb=2021.5.0 \
100100 tbb-devel=2021.5.0 \
101- boost \
101+ boost=1.85.0 \
102102 openexr=3.4.0 \
103103 ilmbase=2.5.5 \
104104 pybind11=3.0.1 \
105105 nlohmann_json=3.12.0 \
106106 spdlog=1.10.0 \
107107 pkg-config=0.29.2 \
108108 openh264=2.6.0 \
109- libhwloc \
110- icu=70.1
111- qt-main=5.15.4 \
109+ libhwloc=2.12.1 \
110+ qt-main=5.15.15 \
112111 )
113112
114113 # linux (only) deps
115114 if [[ " $( uname) " == " Linux" ]]; then
116115 # required by install_python_module.sh
117- CONDA_PACKAGES+=(zlib patchelf=0.17.2)
116+ CONDA_PACKAGES+=(zlib=1.3.1 patchelf=0.17.2)
118117 fi
119118 fi
120119
You can’t perform that action at this time.
0 commit comments