Skip to content

Commit

Permalink
Make the default SEMS env GCC 7.2.0 like PR testing
Browse files Browse the repository at this point in the history
Trilinos now requires GCC 7.2.0 as the minimum GCC version.  In fact, there is
a Sacado file that cashes GCC 5.3.0 so you can't use that compiler with Sacado
anymore.
  • Loading branch information
bartlettroscoe committed Sep 3, 2021
1 parent 0e4c611 commit bdc56f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/std/sems/get_default_modules.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PLATFORM_TYPE=`uname`

if [ "$PLATFORM_TYPE" = "Linux" ] ; then
sems_compiler_and_version_default=sems-gcc/5.3.0
sems_compiler_and_version_default=sems-gcc/7.2.0
elif [ "$PLATFORM_TYPE" = "Darwin" ] ; then
sems_compiler_and_version_default=sems-gcc/5.3.0
else
Expand Down

0 comments on commit bdc56f5

Please sign in to comment.