diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 11:41:03 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 11:41:03 +0000 |
| commit | e57aaa50b2b7e621cd9f294eaefc6c71662e51d2 (patch) | |
| tree | 165968fdcc6b9085ab1ce747717a8d3b19721e73 | |
| parent | Attempt without version names (diff) | |
| download | pygensvm-e57aaa50b2b7e621cd9f294eaefc6c71662e51d2.tar.gz pygensvm-e57aaa50b2b7e621cd9f294eaefc6c71662e51d2.zip | |
Use a compiler flag on OSX
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a1cdc2f..385dd4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ matrix: - brew install lapack env: - CC="gcc" + - CFLAGS="-fcommon" - PYTHON="python3" - PIP="pip3" - CIBW_BEFORE_BUILD="pip install numpy" |
