From b573110987744f57aec2bf986e481bbc9ca6079c Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 8 Feb 2023 14:48:54 +0700 Subject: [PATCH 2/3] Do not build chem, it is broken diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 08f743e12..01d359790 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,6 +9,3 @@ endif() DESTINATION "${MADNESS_INSTALL_INCLUDEDIR}" COMPONENT madness) -install(FILES madchem.h - DESTINATION "${MADNESS_INSTALL_INCLUDEDIR}" - COMPONENT chem) diff --git a/src/madness/CMakeLists.txt b/src/madness/CMakeLists.txt index 8fbd38511..73fb5ca68 100644 --- a/src/madness/CMakeLists.txt +++ b/src/madness/CMakeLists.txt @@ -38,14 +38,12 @@ add_subdirectory(misc) add_subdirectory(tensor) add_subdirectory(mra) - add_subdirectory(chem) # Create the super library that contains all MADNESS libraries add_library(madness $ $ $ ${MADTENSOR_MTXMQ_OBJ} $ $ - $ $ - $) + $ $) endif(NOT MADNESS_BUILD_MADWORLD_ONLY) # Set the dependencies for the super-library