mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
parent
c8e0c3dc98
commit
1824d67d6c
1 changed files with 5 additions and 3 deletions
|
@ -1,15 +1,17 @@
|
|||
# Template file for 'eigen'
|
||||
pkgname=eigen
|
||||
version=3.3.9
|
||||
version=3.4.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
make_check_target=check
|
||||
configure_args="-DCMAKE_BUILD_TYPE=Release"
|
||||
short_desc="C++ template library for linear algebra (version 3.x)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||
license="MPL-2.0, GPL-3.0-or-later, LGPL-2.1-or-later, BSD-3-Clause"
|
||||
homepage="https://eigen.tuxfamily.org/"
|
||||
distfiles="https://gitlab.com/libeigen/eigen/-/archive/${version}/eigen-${version}.tar.bz2"
|
||||
checksum=0fa5cafe78f66d2b501b43016858070d52ba47bd9b1016b0165a7b8e04675677
|
||||
checksum=b4c198460eba6f28d34894e3a5710998818515104d6e74e5cc331ce31e46e626
|
||||
make_check=extended #900+ binaries need to be build for the checks
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.BSD
|
||||
|
|
Loading…
Add table
Reference in a new issue