From b946d428588c8f17e32c5dfaad43199a9bc0c6dc Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Mon, 22 Jan 2018 15:56:14 +1300 Subject: testing/eigen: Add signature file The Eigen 3 library can be found automatically by build systems like CMake. All of those systems look for a directory containing the file signature_of_eigen3_matrix_library. Without this file auto-discovery will fail. --- community/eigen/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community/eigen') diff --git a/community/eigen/APKBUILD b/community/eigen/APKBUILD index 2c748808af..7ca49aa8b2 100644 --- a/community/eigen/APKBUILD +++ b/community/eigen/APKBUILD @@ -28,6 +28,7 @@ package() { mkdir -p "$pkgdir"/usr/include/eigen3 cp -r "$builddir"/Eigen "$pkgdir"/usr/include/eigen3 cp -r "$builddir"/unsupported "$pkgdir"/usr/include/eigen3 + cp "$builddir"/signature_of_eigen3_matrix_library "$pkgdir"/usr/include/eigen3 } sha512sums="4077a5c3b95e3573774ccd3fe6c7233cb4b83db2358c19b43ea796925bd0201451d8632bddc5d68b1b57bbf67c5473a8908926eed065a745689a2acec9711d5c eigen-3.3.4.tar.gz" -- cgit v1.2.3