diff --git a/cmake/modfile.crusher.mod b/cmake/modfile.crusher.mod index 144b2143da..46d6111574 100644 --- a/cmake/modfile.crusher.mod +++ b/cmake/modfile.crusher.mod @@ -1,4 +1,4 @@ -- Crusher-specific additions depends_on "cray-python" depends_on "rocm" -prereq(atleast("rocm","5.1.0")) +prereq(atleast("rocm","5.2.0")) diff --git a/cmake/modfile.thera.mod b/cmake/modfile.thera.mod index f253723ae2..5e5cb5fdfe 100644 --- a/cmake/modfile.thera.mod +++ b/cmake/modfile.thera.mod @@ -1,6 +1,6 @@ -- Thera-specific additions depends_on "python" depends_on "rocm" -prereq(atleast("rocm","5.1.0")) +prereq(atleast("rocm","5.2.0")) local home = os.getenv("HOME") setenv("MPLCONFIGDIR",pathJoin(home,".matplotlib"))