Commit 159bea87 authored by jay's avatar jay
Browse files

Adds a conda build

parent ea52864b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+3 −2
Original line number Diff line number Diff line
@@ -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