File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- mkdir build_core install_core
1+ mkdir build_core
22cd build_core
33export 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
77cd swig/python/
88${PYTHON} setup.py install
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments