Skip to content

Commit 6f4bf0c

Browse files
committed
Update modules.
1 parent ab8ebbb commit 6f4bf0c

3 files changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
local app = "fusioncompiler"
2+
local version = "Y-2026.03"
3+
local modroot = pathJoin("/apps/external/synopsys", app, version)
4+
5+
whatis("invoke " .. app .. " " .. version)
6+
7+
local err_message="\nWARNING: Access to this software is restricted. For more information, see https://engineering.purdue.edu/ECEIL/Lab_Support/EDA/\n"
8+
local found = required_group("cae2")
9+
if (not found and mode() == "load") then
10+
LmodError(err_message)
11+
end
12+
13+
depends_on("libxscrnsaver")
14+
depends_on("mesa-glu")
15+
16+
setenv("STROOT",modroot)
17+
setenv("LM_LICENSE_FILE","1718@marina.ecn.purdue.edu")
18+
19+
prepend_path("PATH",modroot.."/bin")
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
local app = "prime"
2+
local version = "Y-2026.03-SP1"
3+
local modroot = pathJoin("/apps/external/synopsys", app, version)
4+
5+
whatis("invoke " .. app .. " " .. version)
6+
7+
local err_message="\nWARNING: Access to this software is restricted. For more information, see https://engineering.purdue.edu/ECEIL/Lab_Support/EDA/\n"
8+
local found = required_group("cae2")
9+
if (not found and mode() == "load") then
10+
LmodError(err_message)
11+
end
12+
13+
depends_on("libxscrnsaver")
14+
depends_on("mesa-glu")
15+
16+
setenv("STROOT",modroot)
17+
setenv("LM_LICENSE_FILE","1718@marina.ecn.purdue.edu")
18+
19+
prepend_path("PATH",modroot.."/bin")
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
local app = "sentaurus"
2+
local version = "Y-2026.03"
3+
local modroot = pathJoin("/apps/external/synopsys", app, version)
4+
5+
whatis("invoke " .. app .. " " .. version)
6+
7+
local err_message="\nWARNING: Access to this software is restricted. For more information, see https://engineering.purdue.edu/ECEIL/Lab_Support/EDA/\n"
8+
local found = required_group("cae2")
9+
if (not found and mode() == "load") then
10+
LmodError(err_message)
11+
end
12+
13+
depends_on("libxscrnsaver")
14+
depends_on("mesa-glu")
15+
16+
setenv("STROOT",modroot)
17+
setenv("LM_LICENSE_FILE","1718@marina.ecn.purdue.edu")
18+
19+
prepend_path("PATH",modroot.."/bin")

0 commit comments

Comments
 (0)