community/openmpi: remove pmix.pc

The pmix.pc is referencing a library that isn't provided by the openmpi
package. Therefor the file should not exist.
This commit is contained in:
Sertonix 2024-09-18 22:30:56 +02:00 committed by Patrycja Rosa
parent bdc443a770
commit 398dd81273

View file

@ -1,7 +1,7 @@
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=openmpi
pkgver=4.1.6
pkgrel=0
pkgrel=1
pkgdesc="Message passing library for high-performance computing"
url="https://www.open-mpi.org/"
arch="all"
@ -40,8 +40,8 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
# apk doesn't accept this version
sed -i "s|rc1||" "$pkgdir"/usr/lib/pkgconfig/pmix.pc
# pmix is a bundled library and can't be linked against
rm "$pkgdir"/usr/lib/pkgconfig/pmix.pc
}
dev() {