* update adios2 to 2.10.0-3

This commit is contained in:
Alexander Baldeck 2024-05-13 19:28:57 +02:00
parent 8e0b848cbc
commit 37e9112e9f

View File

@ -44,5 +44,5 @@ package() {
make -C build DESTDIR="${pkgdir}" install
# conflicts with the actual libffi
rm -fv ${pkgdir}/usr/lib/libffi.*
rm -fv ${pkgdir}/usr/lib/{,pkgconfig/}libffi.*
}