Compiler/mpich

- buil-block reviewed
- variant for version  3.2.1 with intel/17.4 added
This commit is contained in:
2018-03-08 16:12:43 +01:00
parent 536484d1ea
commit f311a55761
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1 @@
mpich/3.2.1 unstable intel/17.4

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env modbuild
SOURCE_URL="http://www.mpich.org/static/downloads/$V/$P-$V.tar.gz"
pbuild::configure() {
unset F90
"${MODULE_SRCDIR}"/configure \
@@ -9,9 +11,6 @@ pbuild::configure() {
|| exit 1
}
pbuild::add_to_group 'Compiler'
pbuild::set_runtime_dependencies "${COMPILER}"
pbuild::set_build_dependencies "${COMPILER}"
pbuild::set_docfiles 'COPYRIGHT' 'README'
pbuild::make_all