Skip to content

Commit

Permalink
Add sanity check command and remove Trilinos
Browse files Browse the repository at this point in the history
  • Loading branch information
kosl committed Dec 27, 2023
1 parent afa35ba commit 253636f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easybuild/easyconfigs/e/Elmer/Elmer-9.0-foss-2022b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
('MUMPS', '5.6.1', '-metis'),
('Qt5', '5.15.7'),
('Qwt', '6.2.0'),
# ('Trilinos', '12.0.1', '-Python-2.7.9'),
]

configopts = '-DWITH_ELMERGUI:BOOL=TRUE -DWITH_QT5:BOOL=TRUE '
Expand All @@ -50,4 +49,6 @@ sanity_check_paths = {
'dirs': ['share/elmersolver/include']
}

sanity_check_commands = ["ElmerSolver -v"]

moduleclass = 'cae'

0 comments on commit 253636f

Please sign in to comment.