Skip to content
Snippets Groups Projects
Commit 3e0c2934 authored by amystamile-usgs's avatar amystamile-usgs
Browse files

working conda-forge changes

parent ecd43c6b
No related branches found
No related tags found
No related merge requests found
mkdir build_core install_core
mkdir build_core
cd build_core
export ISISROOT=$PWD
cmake -GNinja -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DISIS_BUILD_SWIG=ON -DCMAKE_INSTALL_PREFIX=../install_core ../isis/src/core
ninja core && ninja install
cmake -GNinja -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DISIS_BUILD_SWIG=ON -DCMAKE_INSTALL_PREFIX=$PREFIX ../isis/src/core
ninja install
cd swig/python/
${PYTHON} setup.py install
\ No newline at end of file
......@@ -32,7 +32,6 @@ requirements:
- swig
run:
- python =3.11
- mesalib
- {{ pin_compatible('qt-main', max_pin='x.x') }}
- {{ pin_compatible('nlohmann_json', min_pin='x.x', max_pin='x.x') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment