Package: madness / 0.10.1+git20200818.eee5fd9f-3

cmake_installdir.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: madness/CMakeLists.txt
===================================================================
--- madness.orig/CMakeLists.txt
+++ madness/CMakeLists.txt
@@ -60,7 +60,7 @@ set(MADNESS_INSTALL_DATADIR "share/madne
 # TODO this matches Automake value, should be adjusted to the convention: share/madness/${MADNESS_VERSION}/doc
 set(MADNESS_INSTALL_DOCDIR "share/doc/madness"
     CACHE PATH "MADNESS DOC install directory")
-set(MADNESS_INSTALL_CMAKEDIR "lib/cmake/madness"
+set(MADNESS_INSTALL_CMAKEDIR "${MADNESS_INSTALL_LIBDIR}/cmake/madness"
     CACHE PATH "MADNESS CMAKE install directory")
 
 # Build options  ==============================================================