Skip to content
Snippets Groups Projects
Verified Commit 03775d2e authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci: activate check of SciPy support

parent 27be5aed
No related branches found
No related tags found
No related merge requests found
Pipeline #35643 passed with warnings
...@@ -19,7 +19,7 @@ jobs: ...@@ -19,7 +19,7 @@ jobs:
sudo apt-get install cmake libboost-all-dev libeigen3-dev python*-numpy python*-dev python*-scipy sudo apt-get install cmake libboost-all-dev libeigen3-dev python*-numpy python*-dev python*-scipy
echo $(sudo apt list --installed) echo $(sudo apt list --installed)
echo $(g++ --version) echo $(g++ --version)
- run: cmake -DPYTHON_EXECUTABLE=$(which python${{ matrix.python }}) . - run: cmake . -DPYTHON_EXECUTABLE=$(which python${{ matrix.python }}) -DBUILD_TESTING_SCIPY=ON
- run: make -j2 - run: make -j2
- run: make test - run: make test
......
...@@ -88,6 +88,7 @@ jobs: ...@@ -88,6 +88,7 @@ jobs:
-G "Ninja" \ -G "Ninja" \
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \ -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING_SCIPY=ON \
-DPYTHON_EXECUTABLE=$(which python3) -DPYTHON_EXECUTABLE=$(which python3)
- name: Uninstall EigenPy - name: Uninstall EigenPy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment