Skip to content

Commit

Permalink
Updated CMAKE and Boost versions in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmorillo committed Sep 23, 2024
1 parent 9ea93b4 commit 37f7db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/a/ALL/ALL-0.9.2-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sources = ['loadbalancing-v%(version)s.tar.gz']
checksums = ['2b4ef52c604c3c0c467712d0912a33c82177610b67edc14df1e034779c6ddb71']

builddependencies = [
('CMake', '3.26.3'),
('Boost', '1.82.0'), # only needed for tests
('CMake', '3.27.6'),
('Boost', '1.83.0'), # only needed for tests
]

dependencies = [
Expand Down

0 comments on commit 37f7db9

Please sign in to comment.