minor
This commit is contained in:
parent
88a7a23132
commit
7e4e2c988a
@ -78,7 +78,7 @@ def install(self, spec, prefix):
|
||||
# Need to use MPI wrappers, otherwise: Undefined symbols for architecture x86_64: "_mpi_abort_","_mpi_allgatherv_", etc from MUMPS
|
||||
'-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,'mpicxx'),
|
||||
'-DCMAKE_Fortran_COMPILER=%s' % join_path(mpi_bin,'mpif90'),
|
||||
'-DTrilinos_EXTRA_LINK_FLAGS:STRING=-lgfortran'
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user