We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fad329 commit be598c1Copy full SHA for be598c1
.travis.yml
@@ -67,10 +67,11 @@ install:
67
- conda install $SCIPY matplotlib
68
# Build slycot from source
69
# For python 3, need to provide pointer to python library
70
+ # Use "Unix Makefiles" as generator, because Ninja cannot handle Fortran
71
#! git clone https://github.com/repagh/Slycot.git slycot;
72
- if [[ "$SLYCOT" != "" ]]; then
73
git clone https://github.com/python-control/Slycot.git slycot;
- cd slycot; python setup.py install; cd ..;
74
+ cd slycot; python setup.py install -G "Unix Makefiles"; cd ..;
75
fi
76
77
# command to run tests
0 commit comments