mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openmpi to 4.1.1-1
This commit is contained in:
parent
a8100b6025
commit
d27298959e
1 changed files with 5 additions and 5 deletions
|
@ -7,8 +7,8 @@
|
|||
# - remove make/optdepend on cude and configure option
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=4.0.5
|
||||
pkgrel=3
|
||||
pkgver=4.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
url='https://www.open-mpi.org'
|
||||
arch=('x86_64')
|
||||
|
@ -20,8 +20,8 @@ makedepends_aarch64=('valgrind')
|
|||
optdepends=('gcc-fortran: fortran support')
|
||||
options=('staticlibs')
|
||||
source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha256sums=('c58f3863b61d944231077f344fe6b4b8fbb83f3d1bc93ab74640bf3e5acac009')
|
||||
b2sums=('9709dc8c251d4f2be14d0ab498c5d0d0e59f95db98fb16d9e84fe3d30af5a8e2f9636bbceaf7ae4086a3312bcd6299f0e9e1ca609d658930a1f5abe1018311e1')
|
||||
sha256sums=('e24f7a778bd11a71ad0c14587a7f5b00e68a71aa5623e2157bafee3d44c07cda')
|
||||
b2sums=('2f853ca44703197469e5ccd42ecd81de72d39f265e0da9d847e6b2f7a7646241b76346c71969bf6a3d4605c28f02de6b587fd0330c753ad7dec8503af0784b69')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
@ -58,7 +58,7 @@ package() {
|
|||
|
||||
# FS#28583
|
||||
install -dm 755 "${pkgdir}/usr/lib/pkgconfig"
|
||||
for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
|
||||
for i in *.pc; do
|
||||
ln -sf "/usr/lib/openmpi/pkgconfig/${i}" "${pkgdir}/usr/lib/pkgconfig/"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue