OpenBLAS/0.2.9: added
SuperLU_DIST/3.3: added UMFPACK/5.6.2: added netcdf/4.3.2: added trilinos/11.8.1: new version
This commit is contained in:
28
scripts/netcdf.build
Executable file
28
scripts/netcdf.build
Executable file
@@ -0,0 +1,28 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "$(dirname $0)/../lib/libem.bash"
|
||||
|
||||
function em.pre_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
function em.configure() {
|
||||
CC=$MPICC
|
||||
CXX=$MPICXX
|
||||
F77=$MPIF77
|
||||
F90=$MPIF90
|
||||
FC=$MPIFC
|
||||
FORTRAN=$MPIFORTRAN
|
||||
"${EM_SRCDIR}"/configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--enable-netcdf-4 \
|
||||
--with-pic \
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
em.add_to_family 'HDF5'
|
||||
em.set_runtime_dependencies "${COMPILER}" "${MPI}" 'hdf5'
|
||||
em.set_build_dependencies "${COMPILER}" "${MPI}" 'hdf5'
|
||||
em.set_docfiles 'COPYRIGHT' 'README.md' 'RELEASE_NOTES.md'
|
||||
em.make_all
|
||||
|
||||
Reference in New Issue
Block a user