New package: armadillo-7.800.2

Closes #6341
This commit is contained in:
Julien Dehos 2017-05-07 12:33:24 +02:00 committed by Michael Gehring
parent 4043b5a494
commit 95594e568b
3 changed files with 30 additions and 0 deletions

View File

@ -2821,3 +2821,4 @@ libbrotlicommon.so.0.6.0 brotli-0.6.0_1
libbrotlidec.so.0.6.0 brotli-0.6.0_1
libbrotlienc.so.0.6.0 brotli-0.6.0_1
libfilteraudio.so filter_audio-0.0.1_1
libarmadillo.so.7 armadillo-7.800.2_1

1
srcpkgs/armadillo-devel Symbolic link
View File

@ -0,0 +1 @@
armadillo

View File

@ -0,0 +1,28 @@
# Template file for 'armadillo'
pkgname=armadillo
version=7.800.2
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="openblas-devel superlu-devel"
short_desc="C++ linear algebra library"
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
license="BSD"
homepage="http://arma.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/arma/${pkgname}-${version}.tar.xz"
checksum=efd70600ab6f30449d90a3e58ff7499937985209bb0a03ce4e322474dbf11fe3
configure_args="-DINSTALL_LIB_DIR=/usr/lib"
post_install() {
vlicense LICENSE.txt
}
armadillo-devel_package() {
depends="${makedepends}"
short_desc+=" - development files"
pkg_install() {
vmove "usr/include"
vmove "usr/lib/*.so"
vmove "/usr/share"
}
}