mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-08 11:00:42 +02:00
Matrix in conda2
This commit is contained in:
parent
2e6378f241
commit
c9b5db4d7f
@ -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
|
||||||
|
@ -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'),
|
||||||
|
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user