Date: Friday, August 24, 2018 @ 21:29:19
Author: archange
Revision: 373857
hdf5 1.10.3 rebuild
Fails to build because CMake properly finds HDF5 now that this one is built
with CMake too.
But arojas figured that avoiding CMake to found it make it works even with HDF5
enabled...
Modified:
cgns/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-24 20:55:58 UTC (rev 373856)
+++ PKGBUILD 2018-08-24 21:29:19 UTC (rev 373857)
@@ -8,7 +8,7 @@
_pkgname=CGNS
pkgname=cgns
pkgver=3.3.1
-pkgrel=5
+pkgrel=6
pkgdesc="Standard for recording and recovering computer data associated with
the numerical solution of fluid dynamics equations"
arch=('x86_64')
url='https://cgns.github.io/'
@@ -39,9 +39,11 @@
-DCGNS_ENABLE_LEGACY=ON \
-DCGNS_ENABLE_SCOPING=OFF \
-DCGNS_ENABLE_TESTS=ON \
+ -DHDF5_FOUND=OFF \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON
+# HDF5_FOUND=OFF is a (silly) workaround for
https://cgnsorg.atlassian.net/browse/CGNS-143
make
}