Gricad / nix-ciment-channel

The CIMENT (Gricad-calcul) Nix channel
20 stars 9 forks source link

Gildas dec17a build failure #11

Closed smaret closed 6 years ago

smaret commented 6 years ago

Gildas dec17a fails to build with the following error message:

gcc -c -I../  -Wall    -I/tmp/nix-build-gildas-20171201_a.drv-6/gildas-src-dec17a/integ/x86_64-debian8-gfortran-openmp/include -pipe -fPIC -Dlinux -DLINUX -DPNG -O -Dunderscore -DGAG_USE_GTK -DGAG_USE_OPENMP -DGAG_USE_POSIX -DGAG_USE_PYTHON -DGAG_USE_UNDERSCORE sic_python.c -o built/x86_64-debian8-gfortran-openmp/sic_python.o
sic_python.c:11:20: fatal error: Python.h: No such file or directory
 #include <Python.h>
                    ^
compilation terminated.

The header file is found by the configure script, but the include flag isn't passed along.