Matrix in conda2

This commit is contained in:
Erik Frojdh 2020-02-13 11:08:41 +01:00
parent 2e6378f241
commit c9b5db4d7f
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
#copy shared lib #copy shared lib
echo "|<-------- starting python build" 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

View File

@ -44,7 +44,7 @@ ext_modules = [
# Path to pybind11 headers # Path to pybind11 headers
# get_pybind_include(), # get_pybind_include(),
# get_pybind_include(user=True), # get_pybind_include(user=True),
os.path.join('../libs/pybind11'), os.path.join('../libs/pybind11/include'),
os.path.join(get_conda_path(), 'include/slsDetectorPackage'), os.path.join(get_conda_path(), 'include/slsDetectorPackage'),
], ],