-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GRIDEDIT-1129: migrate to alma linux 8 (#331)
- Loading branch information
1 parent
46527aa
commit a6a18ad
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Script that is meant to be sourced in the CI | ||
# It includes the necessary module loads to build MeshKernel on Deltares Linux machines | ||
|
||
module load cmake/3.23.1_gcc11.3.0 | ||
module load gcc/11.3.0 | ||
module load boost/1.81.0_gcc11.3.0 | ||
module load netcdf/v4.9.1_gcc11.3.0 | ||
module --verbose load gcc/12.2.0_gcc12.2.0 | ||
module --verbose load cmake/3.26.4_gcc12.2.0 | ||
module --verbose load boost/1.83.0_gcc12.2.0 | ||
module --verbose load netcdf/4.9.2_gcc12.2.0 | ||
module --verbose load curl/8.8.0_gcc12.2.0 |