Skip to content

Commit

Permalink
Adds description of gcc problem to documentation (#881)
Browse files Browse the repository at this point in the history
* Adds description of gcc problem to documentation

* Fixes space issues

* Fix Typo
  • Loading branch information
ycamacho authored and wkerzendorf committed Feb 13, 2019
1 parent fc7465a commit 6e71f73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,11 @@ Go into the tardis/montecarlo directory and build montecarlo.c by hand::
cython montecarlo.pyx

Then, ``python setup.py build`` should run without problems.


**Problem:** when trying to set up CC=gcc python setup.py develop --with-openmp the following error popped up:
from tardis/_compiler.c:1: /Users/yssavo/miniconda2/envs/tardis-show2/lib/gcc/x86_64-apple-darwin13.4.0/5.2.0/include-fixed/limits.h:168:61: fatal error: limits.h: No such file or directory

**Solution:** Run on terminal:

open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

0 comments on commit 6e71f73

Please sign in to comment.