From aaa1a8657a8f7c8103ab4648fa1c93d76d4d5aa1 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 6 May 2018 12:49:29 +0200 Subject: [PATCH] hdf5: enable fortran support Closes #14149. Signed-off-by: Enno Boland --- common/shlibs | 10 ++++++---- srcpkgs/hdf5/template | 15 ++++++++------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/common/shlibs b/common/shlibs index 66c0a2aeba7..3890e24928a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2362,10 +2362,12 @@ libpjsip-ua.so.2 pjproject-2.4.5_1 libpjsip.so.2 pjproject-2.4.5_1 libpjsua.so.2 pjproject-2.4.5_1 libpjsua2.so.2 pjproject-2.4.5_1 -libhdf5_hl.so.100 hdf5-1.10.1_1 -libhdf5.so.101 hdf5-1.10.1_1 -libhdf5_hl_cpp.so.100 hdf5-1.10.1_1 -libhdf5_cpp.so.101 hdf5-1.10.1_1 +libhdf5_hl.so.100 hdf5-1.10.1_2 +libhdf5.so.101 hdf5-1.10.1_2 +libhdf5_hl_cpp.so.100 hdf5-1.10.1_2 +libhdf5_cpp.so.101 hdf5-1.10.1_2 +libhdf5hl_fortran.so.100 hdf5-1.10.1_2 +libhdf5_fortran.so.100 hdf5-1.10.1_2 libhdf5.so.10 hdf5-18-1.8.20_1 libhdf5_hl.so.10 hdf5-18-1.8.20_1 libhdf5_hl_cpp.so.11 hdf5-18-1.8.20_1 diff --git a/srcpkgs/hdf5/template b/srcpkgs/hdf5/template index 39883b2f6df..936da63eb41 100644 --- a/srcpkgs/hdf5/template +++ b/srcpkgs/hdf5/template @@ -1,21 +1,22 @@ # Template file for 'hdf5' pkgname=hdf5 version=1.10.1 -revision=1 +revision=2 build_style=gnu-configure -nocross=yes +configure_args="--enable-cxx --enable-fortran" +hostmakedepends="gcc-fortran" makedepends="zlib-devel" short_desc="A data model, library, and file format for storing and managing data" maintainer="pulux " -license="BSD" -homepage="http://hdfgroup.org" -distfiles="http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz" +license="custom" +homepage="https://hdfgroup.org" +distfiles="https://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz" checksum=048a9d149fb99aaa1680a712963f5a78e9c43b588d0e79d55e06760ec377c172 - -configure_args="--enable-cxx" +nocross="https://portal.hdfgroup.org/pages/viewpage.action?pageId=48808266" post_install() { vlicense COPYING + rm -rf ${DESTDIR}/usr/lib/libdynlib*.so } hdf5-devel_package() {