Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.21 KB

FreeBSD.md

File metadata and controls

38 lines (28 loc) · 1.21 KB

Notes for FreeBSD

Ports used

  • 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)

useful links

status