2022-11-04 14:49:36 -05:00
|
|
|
-- Thera-specific additions
|
|
|
|
|
depends_on "python"
|
|
|
|
|
depends_on "rocm"
|
2023-01-20 12:46:17 -06:00
|
|
|
prereq(atleast("rocm","5.2.0"))
|
2022-11-04 14:49:36 -05:00
|
|
|
local home = os.getenv("HOME")
|
|
|
|
|
setenv("MPLCONFIGDIR",pathJoin(home,".matplotlib"))
|