openmpi: update to 2.0.2

This commit is contained in:
Alessio Sergi 2017-02-01 12:44:32 +01:00
parent af1d606ece
commit aebd098a46
1 changed files with 4 additions and 4 deletions

View File

@ -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() {