hdf5: enable fortran support

Closes #14149.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piraty 2018-05-06 12:49:29 +02:00 committed by Enno Boland
parent b747164b3d
commit aaa1a8657a
No known key found for this signature in database
GPG key ID: D09964719BDE9971
2 changed files with 14 additions and 11 deletions

View file

@ -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

View file

@ -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 <pulux@pf4sh.de>"
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() {