mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
hdf5: enable c++
This commit is contained in:
parent
c66521d37e
commit
111450e555
2 changed files with 5 additions and 1 deletions
|
@ -2310,6 +2310,8 @@ libpjsua.so.2 pjproject-2.4.5_1
|
||||||
libpjsua2.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_hl.so.10 hdf5-1.8.17_1
|
||||||
libhdf5.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
|
libcryptmount.so.0 libpam-mount-2.15_1
|
||||||
libglob.so.0 libglob-1.0_1
|
libglob.so.0 libglob-1.0_1
|
||||||
libepub.so.0 ebook-tools-0.2.2_1
|
libepub.so.0 ebook-tools-0.2.2_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hdf5'
|
# Template file for 'hdf5'
|
||||||
pkgname=hdf5
|
pkgname=hdf5
|
||||||
version=1.8.17
|
version=1.8.17
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
nocross=yes
|
nocross=yes
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -12,6 +12,8 @@ homepage="http://hdfgroup.org"
|
||||||
distfiles="http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz"
|
distfiles="http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz"
|
||||||
checksum=d9cda297ee76ade9881c4208987939250d397bae6252d0ccb66fa7d24d67e263
|
checksum=d9cda297ee76ade9881c4208987939250d397bae6252d0ccb66fa7d24d67e263
|
||||||
|
|
||||||
|
configure_args="--enable-cxx"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue