Skip to content

Commit

Permalink
explain cython building
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Jun 8, 2018
1 parent 7a1dc4e commit 1765acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ install:
- cd $TRAVIS_BUILD_DIR
- conda env create -f tardis_env27.yml
- source activate tardis
#trouble with building due to segfault at cython (https://github.com/cython/cython/issues/2199)
#remove if we can get normal cython through conda
- git clone https://github.com/cython/cython
- cd cython
- CFLAGS="$CFLAGS -D CYTHON_CLINE_IN_TRACEBACK=0" python setup.py install
Expand Down

0 comments on commit 1765acb

Please sign in to comment.