Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=95c004124841fd762e58cccef24e02bc6aa831c5
commit 95c004124841fd762e58cccef24e02bc6aa831c5 Author: DeX77 <[email protected]> Date: Fri Jul 15 15:08:20 2016 +0200 openmpi-2.0.0-1-x86_64 * version bump diff --git a/source/lib-extra/openmpi/FrugalBuild b/source/lib-extra/openmpi/FrugalBuild index d624f15..f7d3eb6 100644 --- a/source/lib-extra/openmpi/FrugalBuild +++ b/source/lib-extra/openmpi/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: DeX77 <[email protected]> pkgname=openmpi -pkgver=1.10.3 +pkgver=2.0.0 pkgrel=1 pkgdesc="A high-performance message passing library" url="http://www.open-mpi.org/" @@ -12,8 +12,8 @@ groups=('lib-extra') archs=('i686' 'x86_64') backup=("etc/$pkgname/{openmpi-mca-params.conf,openmpi-default-hostfile}") up2date="Fwcat $url| grep -o -m 1 'Open MPI v\(.*\) released' | sed 's/.*v\(.*\) re.*/\1/'" -source=(http://www.open-mpi.org/software/ompi/v1.10/downloads/$pkgname-$pkgver.tar.bz2) -sha1sums=('a3355a5c1c96cf9298ef48061d9db8c2fbd014ea') +source=(http://www.open-mpi.org/software/ompi/v2.0/downloads/$pkgname-$pkgver.tar.bz2) +sha1sums=('a34f07a0e94af4ccd8080d74827befd61824c6c3') replaces=("$pkgname-fortran") conflicts=("$pkgname-fortran") @@ -29,9 +29,6 @@ Fconfopts+=" --sysconfdir=/etc/$pkgname \ build() { Fbuild - Fmkdir usr/share/doc/$pkgname-$pkgver - Fmv usr/share/$pkgname/doc/* usr/share/doc/$pkgname-$pkgver - Frm usr/share/$pkgname/doc # Add ld.so.conf.d entry Fmkdir "etc/ld.so.conf.d" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
