Skip to content

Commit

Permalink
tests added, GMP added correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
sassy committed Nov 15, 2024
1 parent 2f64686 commit 2b970e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions easybuild/easyconfigs/r/RAxML-NG/RAxML-NG-1.2.2-GCC-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,18 @@ builddependencies = [
('CMake', '3.27.6'),
('Bison', '3.8.2'),
('flex', '2.6.4'),
('googletest', '1.14.0'),
]

dependencies = [
('GMP', '6.3.0'),
]

preconfigopts = "sed -i 's/c++11/c++14/g' %(builddir)s/raxml-ng/CMakeLists.txt && "
configopts = '-DUSE_GMP=ON '

runtest = 'test '

sanity_check_paths = {
'files': ['bin/raxml-ng'],
'dirs': [],
Expand Down

0 comments on commit 2b970e1

Please sign in to comment.