Skip to content

Commit

Permalink
add GMP and MPFR as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jun 17, 2024
1 parent c1837e4 commit a2b3a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/o/OpenFOAM/OpenFOAM-v2306-foss-2022b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ builddependencies = [
('CMake', '3.24.3'),
('flex', '2.6.4'),
('CGAL', '5.5.2'), # header only
('GMP', '6.2.1'),
('MPFR', '4.2.0'),
]

dependencies = [
Expand Down
2 changes: 2 additions & 0 deletions easybuild/easyconfigs/o/OpenFOAM/OpenFOAM-v2312-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ dependencies = [
('SCOTCH', '7.0.3'),
('KaHIP', '3.16'),
('CGAL', '5.6'),
('GMP', '6.2.1'),
('MPFR', '4.2.0'),
('ParaView', '5.11.2'),
('gnuplot', '5.4.8'),
]
Expand Down

0 comments on commit a2b3a62

Please sign in to comment.