From 3b77cdf30bf0e3168e9f92f8bce4bb70bfdee560 Mon Sep 17 00:00:00 2001 From: Pavel Tomanek Date: Thu, 11 Jul 2024 13:45:31 +0200 Subject: [PATCH] #297 update umpire.eb --- 297_CP2K/CP2K.eb | 2 +- 297_CP2K/umpire.eb | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/297_CP2K/CP2K.eb b/297_CP2K/CP2K.eb index eaa3bffb..62bd3542 100644 --- a/297_CP2K/CP2K.eb +++ b/297_CP2K/CP2K.eb @@ -45,7 +45,7 @@ if ARCH == 'x86_64': # configopts = "-DCP2K_ENABLE_REGTESTS=ON " # enable SIRIUS -configopts = "-D__SIRIUS " +configopts = '-D__SIRIUS ' type = 'psmp' diff --git a/297_CP2K/umpire.eb b/297_CP2K/umpire.eb index c3c16eb2..fddfdf85 100644 --- a/297_CP2K/umpire.eb +++ b/297_CP2K/umpire.eb @@ -25,4 +25,9 @@ builddependencies = [ ('CMake', '3.26.3'), ] +sanity_check_paths = { + 'files': ['lib/libcamp.a', 'include/umpire/Umpire.hpp'], + 'dirs': ['bin', 'include'], +} + moduleclass = 'lib'