hdf5-18: remove package
It was once required to build med (8e8cc30
) but with current med
it's not required anymore.
This commit is contained in:
parent
98b42b4707
commit
89b74ec283
|
@ -2315,10 +2315,6 @@ libhdf5_hl_cpp.so.100 hdf5-1.10.1_2
|
|||
libhdf5_cpp.so.103 hdf5-1.10.4_1
|
||||
libhdf5hl_fortran.so.100 hdf5-1.10.1_2
|
||||
libhdf5_fortran.so.102 hdf5-1.10.5_1
|
||||
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
|
||||
libhdf5_cpp.so.15 hdf5-18-1.8.20_1
|
||||
libcryptmount.so.0 libpam-mount-2.15_1
|
||||
libglob.so.0 libglob-1.0_1
|
||||
libepub.so.0 ebook-tools-0.2.2_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
hdf5-18
|
|
@ -1,34 +0,0 @@
|
|||
# Template file for 'hdf5-18'
|
||||
pkgname=hdf5-18
|
||||
version=1.8.20
|
||||
revision=2
|
||||
wrksrc=hdf5-$version
|
||||
build_style=gnu-configure
|
||||
nocross=yes
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Data model, library, and file format for storing and managing data"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="BSD"
|
||||
homepage="http://hdfgroup.org"
|
||||
distfiles="http://www.hdfgroup.org/ftp/HDF5/current18/src/hdf5-${version}.tar.gz"
|
||||
checksum=6ed660ccd2bc45aa808ea72e08f33cc64009e9dd4e3a372b53438b210312e8d9
|
||||
|
||||
configure_args="--enable-cxx"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vmkdir usr/lib/${pkgname}
|
||||
mv -v ${DESTDIR}/usr/bin ${DESTDIR}/usr/lib/${pkgname}
|
||||
mv -v ${DESTDIR}/usr/lib/libhdf5{,-18}.settings
|
||||
}
|
||||
|
||||
hdf5-18-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue