eigen: update to 3.3.4
This commit is contained in:
parent
ed2b7a60ef
commit
4f35f58236
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'eigen'
|
# Template file for 'eigen'
|
||||||
pkgname=eigen
|
pkgname=eigen
|
||||||
version=3.3.3
|
version=3.3.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="eigen-eigen-67e894c6cd8f"
|
wrksrc="eigen-eigen-5a0156e40feb"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="C++ template library for linear algebra (version 3.x)"
|
short_desc="C++ template library for linear algebra (version 3.x)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MPL-2.0, GPL-3, LGPL-2.1"
|
license="MPL-2.0, GPL-3, LGPL-2.1"
|
||||||
homepage="http://eigen.tuxfamily.org/"
|
homepage="http://eigen.tuxfamily.org/"
|
||||||
distfiles="http://bitbucket.org/eigen/eigen/get/${version}.tar.bz2"
|
distfiles="https://bitbucket.org/eigen/eigen/get/${version}.tar.bz2"
|
||||||
checksum=a4143fc45e4454b4b98fcea3516b3a79b8cdb3bc7fadf996d088c6a0d805fea1
|
checksum=dd254beb0bafc695d0f62ae1a222ff85b52dbaa3a16f76e781dce22d0d20a4a6
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/add_subdirectory(unsupported)/d' CMakeLists.txt
|
sed -i '/add_subdirectory(unsupported)/d' CMakeLists.txt
|
||||||
|
|
Loading…
Reference in a new issue