-
g95 - Fortran compiler: cd /usr/ports/lang/g95/ && make install clean
-
does not build with FreeBSD clang version 3.0 (branches/release_30 142614) 20111021
-
does not compile trilinos:
- /usr/local/bin/g95 CMakeFiles/cmTryCompileExec.dir/testFortranCompiler.f.o -o cmTryCompileExec
- ld: cannot find -lf95
- gmake[1]: *** [cmTryCompileExec] Error 1
- gmake: *** [cmTryCompileExec/fast] Error 2
-
-
BLAS - Basic Linear Algebra Subroutines: cd /usr/ports/math/blas/ && make install clean
-
LAPACK - A library of Fortran 77 subroutines for linear algebra: cd /usr/ports/math/lapack/ && make install clean
-
gcc (gfortran46)
- http://www.netlib.org/lapack95/
- http://gcc.gnu.org/fortran/
- http://gcc.gnu.org/wiki/GFortran
- http://gfortran.com/
-
not in ports collection
-
building gfortran:
- devel/gcc and option "Fortran" set
- OR
- wiki instructions and Installing GCC
-
building trilinos fails with g95