Skip to content

Commit be598c1

Browse files
repaghDaniel Bankmann
authored and
Daniel Bankmann
committed
use Unix Makefiles for install with scikit-build
1 parent 0fad329 commit be598c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ install:
6767
- conda install $SCIPY matplotlib
6868
# Build slycot from source
6969
# For python 3, need to provide pointer to python library
70+
# Use "Unix Makefiles" as generator, because Ninja cannot handle Fortran
7071
#! git clone https://github.com/repagh/Slycot.git slycot;
7172
- if [[ "$SLYCOT" != "" ]]; then
7273
git clone https://github.com/python-control/Slycot.git slycot;
73-
cd slycot; python setup.py install; cd ..;
74+
cd slycot; python setup.py install -G "Unix Makefiles"; cd ..;
7475
fi
7576

7677
# command to run tests

0 commit comments

Comments
 (0)