Skip to content

Commit

Permalink
#297 update umpire.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jul 11, 2024
1 parent 317c633 commit 3b77cdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 297_CP2K/CP2K.eb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if ARCH == 'x86_64':
# configopts = "-DCP2K_ENABLE_REGTESTS=ON "

# enable SIRIUS
configopts = "-D__SIRIUS "
configopts = '-D__SIRIUS '

type = 'psmp'

Expand Down
5 changes: 5 additions & 0 deletions 297_CP2K/umpire.eb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 3b77cdf

Please sign in to comment.