aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 11:57:36 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 11:57:36 +0000
commit8a18917869f2b807d43226f06020ec7fe73ae31c (patch)
treea673f26d0e93face7976683557ec4ac9bf6a184a /.travis.yml
parentRemove python2.7 and add testing back in (diff)
downloadpygensvm-8a18917869f2b807d43226f06020ec7fe73ae31c.tar.gz
pygensvm-8a18917869f2b807d43226f06020ec7fe73ae31c.zip
Explain cflag for mac
This solution was found in the libpd repo (issue 143) on Github.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3cf1ae7..b86beee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ matrix:
- brew install lapack
env:
- CC="gcc"
+ # avoids build errors on OSx
- CFLAGS="-fcommon"
- PYTHON="python3"
- PIP="pip3"