scripts/Compiler/mpich/build:
- added
This commit is contained in:
19
scripts/Compiler/mpich/build
Executable file
19
scripts/Compiler/mpich/build
Executable 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
|
||||
Reference in New Issue
Block a user