- Move to one version, just adapt to latest number
This commit is contained in:
parent
a5efbca3fc
commit
8687a1a727
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ CATEGORY="mpi"
|
||||||
PACKAGE="mvapich2"
|
PACKAGE="mvapich2"
|
||||||
VERSION="1.6"
|
VERSION="1.6"
|
||||||
URL="http://mvapich.cse.ohio-state.edu/overview/mvapich2/"
|
URL="http://mvapich.cse.ohio-state.edu/overview/mvapich2/"
|
||||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
INSTALLER="Rainer Keller <keller@hlrs.de>"
|
||||||
|
|
||||||
# Archive A and package name P
|
# Archive A and package name P
|
||||||
A=${PACKAGE}-${VERSION}.tgz
|
A=${PACKAGE}-${VERSION}.tgz
|
||||||
|
@ -21,5 +21,5 @@ MAKEOPTS="-j1"
|
||||||
# Other interesting configure options:
|
# Other interesting configure options:
|
||||||
#--with-file-system=lustre
|
#--with-file-system=lustre
|
||||||
CONFIGURE_OPTS="\
|
CONFIGURE_OPTS="\
|
||||||
--enable-sharedlibs=gcc \
|
--enable-shared \
|
||||||
"
|
--enable-sharedlibs=gcc"
|
Loading…
Reference in a new issue