openmpi: update to 2.0.2
This commit is contained in:
parent
af1d606ece
commit
aebd098a46
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'openmpi'
|
# Template file for 'openmpi'
|
||||||
pkgname=openmpi
|
pkgname=openmpi
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -12,11 +12,11 @@ conf_files="
|
||||||
/etc/openmpi-mca-params.conf
|
/etc/openmpi-mca-params.conf
|
||||||
/etc/openmpi-totalview.tcl"
|
/etc/openmpi-totalview.tcl"
|
||||||
short_desc="A High Performance Message Passing Library"
|
short_desc="A High Performance Message Passing Library"
|
||||||
homepage="http://www.open-mpi.org/"
|
homepage="https://www.open-mpi.org/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="http://www.open-mpi.org/software/ompi/v2.0/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/software/ompi/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=fed74f4ae619b7ebcc18150bb5bdb65e273e14a8c094e78a3fea0df59b9ff8ff
|
checksum=cae396e643f9f91f0a795f8d8694adf7bacfb16f967c22fb39e9e28d477730d3
|
||||||
nocross=yes # libtool -rpath /usr/lib issue
|
nocross=yes # libtool -rpath /usr/lib issue
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue