remove gfortran as we have libnotfound...
This commit is contained in:
parent
2fb599ea86
commit
eb5b0767aa
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user