scripts/Compiler/mpich/build:

- added
This commit is contained in:
2015-04-23 17:51:25 +02:00
parent 346798015e
commit 258a795f54

19
scripts/Compiler/mpich/build Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
source "$(dirname $0)/../../../lib/libem.bash"
function em.configure() {
unset F90
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
--enable-cxx \
--enable-fortran \
|| exit 1
}
em.add_to_family 'Compiler'
em.set_runtime_dependencies "${COMPILER}"
em.set_build_dependencies "${COMPILER}"
em.set_docfiles 'COPYRIGHT' 'README'
em.make_all