From 653095ea86fce69d167fb43bae9777d3192d4b7c Mon Sep 17 00:00:00 2001 From: Johannes Brechtmann Date: Tue, 14 Aug 2018 00:18:40 +0200 Subject: [PATCH] armadillo: update to 8.600.1. --- srcpkgs/armadillo/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/armadillo/template b/srcpkgs/armadillo/template index bd543f735a9..55793b5f502 100644 --- a/srcpkgs/armadillo/template +++ b/srcpkgs/armadillo/template @@ -1,8 +1,9 @@ # Template file for 'armadillo' pkgname=armadillo -version=8.600.0 +version=8.600.1 revision=1 build_style=cmake +configure_args="$(vopt_if hdf5 -DDETECT_HDF5=ON)" hostmakedepends="pkg-config openblas-devel" makedepends="openblas-devel superlu-devel $(vopt_if hdf5 hdf5-devel)" short_desc="C++ linear algebra library" @@ -10,11 +11,7 @@ maintainer="Julien Dehos " license="Apache-2.0" homepage="http://arma.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/arma/${pkgname}-${version}.tar.xz" -checksum=5f00c735e97fc23c910a225d1b6db9541af76022cc74f9b8b327dfa347926b40 - -# automatically link to openblas (so you just have to compile with -# "-larmadillo" instead of "-larmadillo -lopenblas") -configure_args="-DLAPACK_LIBRARY=/usr/lib/libopenblas.so $(vopt_if hdf5 -DDETECT_HDF5=ON)" +checksum=b942d10bbd0b6a30f5bbe63cb7e8820f64227adcf3a2ba4bb1bc785526bb957b build_options="hdf5" if [ -z "$CROSS_BUILD" ]; then