hdf5: enable c++

This commit is contained in:
Julien Dehos 2016-09-28 22:12:53 +02:00 committed by Christian Neukirchen
parent c66521d37e
commit 111450e555
2 changed files with 5 additions and 1 deletions

View File

@ -2310,6 +2310,8 @@ libpjsua.so.2 pjproject-2.4.5_1
libpjsua2.so.2 pjproject-2.4.5_1
libhdf5_hl.so.10 hdf5-1.8.17_1
libhdf5.so.10 hdf5-1.8.17_1
libhdf5_hl_cpp.so.11 hdf5-1.8.17_2
libhdf5_cpp.so.12 hdf5-1.8.17_2
libcryptmount.so.0 libpam-mount-2.15_1
libglob.so.0 libglob-1.0_1
libepub.so.0 ebook-tools-0.2.2_1

View File

@ -1,7 +1,7 @@
# Template file for 'hdf5'
pkgname=hdf5
version=1.8.17
revision=1
revision=2
build_style=gnu-configure
nocross=yes
makedepends="zlib-devel"
@ -12,6 +12,8 @@ homepage="http://hdfgroup.org"
distfiles="http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz"
checksum=d9cda297ee76ade9881c4208987939250d397bae6252d0ccb66fa7d24d67e263
configure_args="--enable-cxx"
post_install() {
vlicense COPYING
}