scripts/trilinos.build: remove setting of CC, CXX and co

This commit is contained in:
2015-01-12 18:42:07 +01:00
parent 2b53fbcc8d
commit bb5c385901

View File

@@ -5,13 +5,6 @@ source "$(dirname $0)/../lib/libem.bash"
declare -rx AR=ar
function em.configure() {
CC=$MPICC
CXX=$MPICXX
F77=$MPIF77
F90=$MPIF90
FC=$MPIFC
FORTRAN=$MPIFORTRAN
BLAS_PREFIX=$OPENBLAS_PREFIX
LAPACK_PREFIX=$OPENBLAS_PREFIX