armadillo: update to 9.900.2.
This commit is contained in:
parent
e5f505565b
commit
d30f2da11b
1 changed files with 5 additions and 4 deletions
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'armadillo'
|
||||
pkgname=armadillo
|
||||
version=9.700.2
|
||||
revision=3
|
||||
version=9.900.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DDETECT_HDF5=$(vopt_if hdf5 ON OFF)"
|
||||
hostmakedepends="pkg-config openblas-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openblas-devel superlu-devel $(vopt_if hdf5 hdf5-devel)"
|
||||
short_desc="C++ linear algebra library"
|
||||
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=923f2b48974f707c9da3176aab8d370e8003de23277c17ca0e49fdf97fac08bd
|
||||
checksum=d78658c9442addf7f718eb05881150ee3ec25604d06dd3af4942422b3ce26d05
|
||||
|
||||
build_options="hdf5"
|
||||
desc_option_hdf5="HDF5 support"
|
||||
# hd5 is nocross
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="hdf5"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue