I am installing pyroms on my local mac osx. Following the instructions from https://github.com/kshedstrom/pyroms I installed python and all the other prerequisites. When I attempt to build the pyroms_toolbox package...
python setup.py build --fcompiler=gnu95
...I get the following error:
gfortran: internal compiler error: Abort trap: 6 (program f951)
sh: line 1: 7186 Abort trap: 6 /usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -fPIC -O3 -funroll-loops -I/Users/ncouto/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/numpy/core/include -c -c pyroms_toolbox/src/average.f90 -o build/temp.macosx-10.6-x86_64-2.7/pyroms_toolbox/src/average.o
error: Command "/usr/local/bin/gfortran -Wall -ffixed-form -fno-second-underscore -Wall -fno-second-underscore -fPIC -O3 -funroll-loops -I/Users/ncouto/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/numpy/core/include -c -c pyroms_toolbox/src/average.f90 -o build/temp.macosx-10.6-x86_64-2.7/pyroms_toolbox/src/average.o" failed with exit status 134
I have no trouble building the bathy_smoother package or running pyinstall.py.
Any insight as to what's going on? My internet searches have been fruitless. Thanks a lot.
installing pyroms - failed with exit status 134
Re: installing pyroms - failed with exit status 134
Solved by using fortran compiler gcc 4.8 instead of gcc 4.9.