This commit is contained in:
Erik Frojdh 2020-02-11 16:22:48 +01:00
parent 4f4f3baefc
commit 041c9fefa0
2 changed files with 10 additions and 8 deletions

View File

@ -11,7 +11,9 @@
# cp -r build/bin/sls_detector $PREFIX/lib/.
#copy shared lib
echo "|<-------- starting python build"
cp build/bin/_sls_detector* python/.
cd python
$PYTHON setup.py install
python setup.py install
# $PYTHON setup.py install

View File

@ -80,14 +80,14 @@ outputs:
- pyzmq
- libstdcxx-ng
- libgcc-ng
test:
imports:
- sls_detector
# test:
# imports:
# - sls_detector
requirements:
build:
- {{ compiler('c') }}
- {{compiler('cxx')}}
# requirements:
# build:
# - {{ compiler('c') }}
# - {{compiler('cxx')}}
# - name: sls_detector_gui
# version: "developer"