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
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PREFIX ..
make
python python/setup.py install
\ No newline at end of file
cd python
python setup.py install
......@@ -10,13 +10,14 @@ requirements:
- {{ compiler('cxx') }}
- cmake >=3.10
- libcsm
run
- libcsm
test:
commands:
- import csmapi
- import csmapi.Isd
about:
home: https://github.com/USGS-Astrogeology/CSM-Swig
license: None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment