aboutsummaryrefslogtreecommitdiffstats
path: root/community/eigen
diff options
context:
space:
mode:
authorHenri Menke <henri@icp.uni-stuttgart.de>2018-01-22 15:56:14 +1300
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-05 15:34:19 +0000
commitb946d428588c8f17e32c5dfaad43199a9bc0c6dc (patch)
tree73725f2f627af199da652b28afe2ecd1faa37c37 /community/eigen
parent0a59134f00bb4fc6e8994bdd2846263e59e17794 (diff)
downloadaports-b946d428588c8f17e32c5dfaad43199a9bc0c6dc.tar.bz2
aports-b946d428588c8f17e32c5dfaad43199a9bc0c6dc.tar.xz
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.
Diffstat (limited to 'community/eigen')
-rw-r--r--community/eigen/APKBUILD1
1 files changed, 1 insertions, 0 deletions
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"