Skip to content

Commit aefbe64

Browse files
amystamile-usgsacpaquette
authored andcommitted
working conda-forge changes
1 parent 589d03c commit aefbe64

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

core_recipe/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
mkdir build_core install_core
1+
mkdir build_core
22
cd build_core
33
export ISISROOT=$PWD
44

5-
cmake -GNinja -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DISIS_BUILD_SWIG=ON -DCMAKE_INSTALL_PREFIX=../install_core ../isis/src/core
6-
ninja core && ninja install
5+
cmake -GNinja -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DISIS_BUILD_SWIG=ON -DCMAKE_INSTALL_PREFIX=$PREFIX ../isis/src/core
6+
ninja install
77
cd swig/python/
88
${PYTHON} setup.py install

core_recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ requirements:
3232
- swig
3333
run:
3434
- python =3.11
35-
- mesalib
3635
- {{ pin_compatible('qt-main', max_pin='x.x') }}
3736
- {{ pin_compatible('nlohmann_json', min_pin='x.x', max_pin='x.x') }}
3837

0 commit comments

Comments
 (0)