mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
armadillo: update to 8.500.1.
This commit is contained in:
parent
c0fa43182e
commit
00b360910d
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'armadillo'
|
# Template file for 'armadillo'
|
||||||
pkgname=armadillo
|
pkgname=armadillo
|
||||||
version=8.400.0
|
version=8.500.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config openblas-devel"
|
hostmakedepends="pkg-config openblas-devel"
|
||||||
makedepends="openblas-devel superlu-devel"
|
makedepends="openblas-devel superlu-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="BSD"
|
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=5cb6bc2f457a9d6a0758cfb15c418d48289909daccd79d0e428452029285dd9b
|
checksum=ace40efbe2df4b418ec713c71bbd20cedfa92a55015f810639319dec477aa12e
|
||||||
|
|
||||||
# automatically link to openblas (so you just have to compile with
|
# automatically link to openblas (so you just have to compile with
|
||||||
# "-larmadillo" instead of "-larmadillo -lopenblas")
|
# "-larmadillo" instead of "-larmadillo -lopenblas")
|
||||||
|
|
Loading…
Add table
Reference in a new issue