From 738c2922966f5a1463b01f627e5569fc21502ce7 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 21 Oct 2018 17:56:11 +0000 Subject: New port: science/erkale: Quantum chemistry program to solve the electronic structure of atoms --- science/erkale/files/patch-CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 science/erkale/files/patch-CMakeLists.txt (limited to 'science/erkale/files') diff --git a/science/erkale/files/patch-CMakeLists.txt b/science/erkale/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..fdede3a08413 --- /dev/null +++ b/science/erkale/files/patch-CMakeLists.txt @@ -0,0 +1,12 @@ +--- CMakeLists.txt.orig 2018-10-21 07:13:35 UTC ++++ CMakeLists.txt +@@ -20,6 +20,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SO + set(libint_DIR ${CMAKE_CURRENT_SOURCE_DIR}/config) + set(Armadillo_DIR ${CMAKE_CURRENT_SOURCE_DIR}/config) + ++# fix wrapper_xx problem ++add_definitions(-DARMA_DONT_USE_WRAPPER) ++ + # System default basis set repository (need not exist) + option(ERKALE_SYSTEM_LIBRARY "System default basis set repository (need not exist)" OFF) + if(ERKALE_SYSTEM_LIBRARY) -- cgit v1.2.3