Update modulefiles for new ROCm requirement #64

Signed-off-by: colramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 7b4adc5bc0]
This commit is contained in:
colramos425
2023-01-20 12:46:17 -06:00
orang tua 6633c33ba3
melakukan 2b50098210
2 mengubah file dengan 2 tambahan dan 2 penghapusan
@@ -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"))
@@ -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"))