diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 11:57:36 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 11:57:36 +0000 |
| commit | 8a18917869f2b807d43226f06020ec7fe73ae31c (patch) | |
| tree | a673f26d0e93face7976683557ec4ac9bf6a184a /.travis.yml | |
| parent | Remove python2.7 and add testing back in (diff) | |
| download | pygensvm-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.yml | 1 |
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" |
