remove gfortran as we have libnotfound...

This commit is contained in:
Denis Davydov 2016-03-23 09:45:33 +01:00
parent 2fb599ea86
commit eb5b0767aa

View File

@ -80,7 +80,7 @@ def install(self, spec, prefix):
'-DCMAKE_C_COMPILER=%s' % join_path(mpi_bin,'mpicc'), # FIXME: dont hardcode compiler name
'-DCMAKE_CXX_COMPILER=%s' % join_path(mpi_bin,'mpicxx'),
'-DCMAKE_Fortran_COMPILER=%s' % join_path(mpi_bin,'mpif90'),
'-DTrilinos_EXTRA_LINK_FLAGS:STRING=-lgfortran'
# '-DTrilinos_EXTRA_LINK_FLAGS:STRING=-lgfortran' # FIXME
])
# for build-debug only: