eigen: disable unsupported stuff, fix cross.

This commit is contained in:
Christian Neukirchen 2016-12-13 17:43:52 +01:00
parent 613c93688c
commit 944345e551

View file

@ -1,7 +1,7 @@
# Template file for 'eigen'
pkgname=eigen
version=3.3.1
revision=1
revision=2
noarch=yes
wrksrc="eigen-eigen-f562a193118d"
build_style=cmake
@ -11,3 +11,7 @@ license="MPL-2.0, GPL-3, LGPL-2.1"
homepage="http://eigen.tuxfamily.org/"
distfiles="http://bitbucket.org/eigen/eigen/get/${version}.tar.bz2"
checksum=a0b4cebaabd8f371d1b364f9723585fbcc7c9640ca60273b99835e6cf115f056
post_extract() {
sed -i '/add_subdirectory(unsupported)/d' CMakeLists.txt
}