mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'armadillo'
|
||||||
pkgname=armadillo
|
pkgname=armadillo
|
||||||
version=9.700.2
|
version=9.900.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DDETECT_HDF5=$(vopt_if hdf5 ON OFF)"
|
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)"
|
makedepends="openblas-devel superlu-devel $(vopt_if hdf5 hdf5-devel)"
|
||||||
short_desc="C++ linear algebra library"
|
short_desc="C++ linear algebra library"
|
||||||
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
|
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://arma.sourceforge.net/"
|
homepage="http://arma.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/arma/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/arma/${pkgname}-${version}.tar.xz"
|
||||||
checksum=923f2b48974f707c9da3176aab8d370e8003de23277c17ca0e49fdf97fac08bd
|
checksum=d78658c9442addf7f718eb05881150ee3ec25604d06dd3af4942422b3ce26d05
|
||||||
|
|
||||||
build_options="hdf5"
|
build_options="hdf5"
|
||||||
desc_option_hdf5="HDF5 support"
|
desc_option_hdf5="HDF5 support"
|
||||||
|
# hd5 is nocross
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="hdf5"
|
build_options_default="hdf5"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue