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/. # cp -r build/bin/sls_detector $PREFIX/lib/.
#copy shared lib #copy shared lib
echo "|<-------- starting python build"
cp build/bin/_sls_detector* python/. cp build/bin/_sls_detector* python/.
cd python cd python
$PYTHON setup.py install python setup.py install
# $PYTHON setup.py install

View File

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