mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 08:10:02 +02:00
WIP
This commit is contained in:
parent
3ff7654c29
commit
cfec18e441
@ -14,6 +14,8 @@ env:
|
||||
dist: trusty
|
||||
|
||||
install:
|
||||
- export PYTHON_VERSION=$CONDA_PY
|
||||
- echo $PYTHON_VERSION
|
||||
- sudo apt-get update
|
||||
- ldd --version
|
||||
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
|
||||
|
@ -1,6 +1,7 @@
|
||||
|
||||
echo "|<-------------------- CMAKE setup"
|
||||
echo "CONDA_PY: $CONDA_PY"
|
||||
echo "PYTHON_VERSION: $PYTHON_VERSION"
|
||||
mkdir build
|
||||
mkdir install
|
||||
cd build
|
||||
@ -11,7 +12,7 @@ cmake .. \
|
||||
-DSLS_USE_RECEIVER=ON \
|
||||
-DSLS_USE_GUI=ON \
|
||||
-DSLS_USE_TESTS=ON \
|
||||
-DPYBIND11_PYTHON_VERSION=$CONDA_PY \
|
||||
-DPYBIND11_PYTHON_VERSION=$PYTHON_VERSION \
|
||||
-DSLS_USE_PYTHON=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DSLS_USE_HDF5=OFF\
|
||||
|
Loading…
x
Reference in New Issue
Block a user