mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 10:33:50 +02:00
eigen: update to 3.3.7.
This commit is contained in:
parent
14bfbbf12c
commit
46c6889bcf
1 changed files with 8 additions and 4 deletions
|
@ -1,17 +1,21 @@
|
|||
# Template file for 'eigen'
|
||||
pkgname=eigen
|
||||
version=3.3.6
|
||||
version=3.3.7
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc=eigen-eigen-b70bf4fad467
|
||||
wrksrc=eigen-eigen-323c052e1731
|
||||
build_style=cmake
|
||||
short_desc="C++ template library for linear algebra (version 3.x)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MPL-2.0, GPL-3, LGPL-2.1"
|
||||
license="MPL-2.0, GPL-3.0-or-later, LGPL-2.1-or-later, BSD-3-Clause"
|
||||
homepage="https://eigen.tuxfamily.org/"
|
||||
distfiles="https://bitbucket.org/eigen/eigen/get/${version}.tar.bz2"
|
||||
checksum=6019aff3c9c32bc72f1a82590e66d0efdcea0eb669b487e66e772c80f12d674d
|
||||
checksum=9f13cf90dedbe3e52a19f43000d71fdf72e986beb9a5436dddcd61ff9d77a3ce
|
||||
|
||||
post_extract() {
|
||||
sed -i '/add_subdirectory(unsupported)/d' CMakeLists.txt
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.BSD
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue