armadillo: update to 9.700.2.
This commit is contained in:
parent
24fbc0295b
commit
15f85e2680
2 changed files with 3 additions and 6 deletions
|
@ -3510,3 +3510,4 @@ libdrumstick-rt.so.1 drumstick-1.1.2_1
|
|||
libnozzle.so.1 libnozzle1-1.11_2
|
||||
libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
|
||||
libluv.so.1 libluv-1.30.1.0_1
|
||||
libarmadillo.so.9 armadillo-9.700.2_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'armadillo'
|
||||
pkgname=armadillo
|
||||
version=9.500.2
|
||||
version=9.700.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DDETECT_HDF5=$(vopt_if hdf5 ON OFF)"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
|
|||
license="Apache-2.0"
|
||||
homepage="http://arma.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/arma/${pkgname}-${version}.tar.xz"
|
||||
checksum=0b1a3e07a6ae4d98c69dd3a6a84262574c88e491c9215147236ee5bf957fd79e
|
||||
checksum=923f2b48974f707c9da3176aab8d370e8003de23277c17ca0e49fdf97fac08bd
|
||||
|
||||
build_options="hdf5"
|
||||
desc_option_hdf5="HDF5 support"
|
||||
|
@ -19,10 +19,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="hdf5"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
||||
armadillo-devel_package() {
|
||||
depends="${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue