Skip to content
Snippets Groups Projects
Commit 159bea87 authored by jay's avatar jay
Browse files

Adds a conda build

parent ea52864b
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,5 @@ source activate base ...@@ -2,4 +2,5 @@ source activate base
mkdir build && cd build mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PREFIX .. cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PREFIX ..
make make
python python/setup.py install cd python
\ No newline at end of file python setup.py install
...@@ -10,13 +10,14 @@ requirements: ...@@ -10,13 +10,14 @@ requirements:
- {{ compiler('cxx') }} - {{ compiler('cxx') }}
- cmake >=3.10 - cmake >=3.10
- libcsm - libcsm
run
- libcsm
test: test:
commands: commands:
- import csmapi - import csmapi
- import csmapi.Isd - import csmapi.Isd
about: about:
home: https://github.com/USGS-Astrogeology/CSM-Swig home: https://github.com/USGS-Astrogeology/CSM-Swig
license: None license: None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment