Skip to content

Commit 7fdb422

Browse files
committed
Update modules.
1 parent 4514742 commit 7fdb422

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.9.2.lua
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
-- -*- lua -*---
2+
-- [email protected]%[email protected] build_system=autotools arch=linux-rocky9-zen4/tuoybfx
3+
--
4+
5+
whatis([[Name : swig]])
6+
whatis([[Version : 4.0.2-fortran]])
7+
whatis([[Short description : SWIG is an interface compiler that connects programs written in C and C++ with scripting languages such as Perl, Python, Ruby, and Tcl. It works by taking the declarations found in C/C++ header files and using them to generate the wrapper code that scripting languages need to access the underlying C/C++ code. In addition, SWIG provides a variety of customization features that let you tailor the wrapping process to suit your application.]])
8+
9+
help([[SWIG is an interface compiler that connects programs written in C and
10+
C++ with scripting languages such as Perl, Python, Ruby, and Tcl. It
11+
works by taking the declarations found in C/C++ header files and using
12+
them to generate the wrapper code that scripting languages need to
13+
access the underlying C/C++ code. In addition, SWIG provides a variety
14+
of customization features that let you tailor the wrapping process to
15+
suit your application.]])
16+
17+
18+
depends_on("gcc-runtime/11.4.1-7hex6dy")
19+
depends_on("glibc/2.34-nuyxhw7")
20+
depends_on("pcre/8.45-ozmlbtc")
21+
depends_on("zlib-ng/2.2.1-3uwti43")
22+
23+
local modroot="/apps/spack/gautschi-cpu/apps/swig/4.0.2-fortran-gcc-11.4.1-tuoybfx"
24+
prepend_path("PATH", modroot.."/bin", ":")
25+
prepend_path("CMAKE_PREFIX_PATH", modroot.."/.", ":")
26+
setenv("SWIG_HOME", modroot)
27+
setenv("RCAC_SWIG_ROOT", modroot)
28+
setenv("RCAC_SWIG_VERSION", modroot)
29+

0 commit comments

Comments
 (0)