File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ conda_stable_file="${this_script_dir}/files/conda-requirements-stable-${arch}.tx
37
37
conda_dev_file=" ${this_script_dir} /files/conda-requirements-dev-${arch} .txt"
38
38
conda_req_file=" $conda_stable_file "
39
39
conda_temp_dir=$( mktemp -d -t GRASS)
40
- conda_bin=" ${conda_temp_dir} /bin/mamba "
40
+ conda_bin=" ${conda_temp_dir} /bin/conda "
41
41
conda_update_stable=0
42
42
miniconda_url=" https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-${arch} .sh"
43
43
dmg_title=
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ LIBLAS_CONFIGURE_FLAGS="
96
96
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
97
97
-DCMAKE_MACOSX_RPATH=ON \
98
98
-DCMAKE_INSTALL_RPATH=${PREFIX} \
99
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
99
100
-DWITH_GEOTIFF=ON \
100
101
-DGEOTIFF_INCLUDE_DIR=${PREFIX} /include \
101
102
-DGEOTIFF_LIBRARY=${PREFIX} /lib/libgeotiff.dylib \
You can’t perform that action at this time.
0 commit comments