Skip to content

Commit

Permalink
Merge branch 'feature/sw'
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed May 31, 2024
2 parents 68a4803 + 5d02d5e commit 60385ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ prepend_path("LD_LIBRARY_PATH",pathJoin(py_pkgdir,"lib64"))
-- Baselibs at a BASEDIR --
local baselibs_pkgdir = pathJoin(install_dir, "baselibs-7.17.1/install/x86_64-pc-linux-gnu/")
setenv("BASEDIR", baselibs_pkgdir)

-- Serialbox --
local ser_pkgdir = pathJoin(install_dir, "serialbox")
prepend_path("SERIALBOX_ROOT", ser_pkgdir)
prepend_path("PATH",pathJoin(ser_pkgdir,"python/pp_ser"))
prepend_path("LD_LIBRARY_PATH",pathJoin(ser_pkgdir,"lib"))
6 changes: 6 additions & 0 deletions sw_stack/discover/sles15/modulefiles/SMTStack/2024.04.00.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ setenv("VIRTUAL_ENV", py_pkgdir)
-- Baselibs at a BASEDIR --
local baselibs_pkgdir = pathJoin(install_dir, "baselibs-7.17.1/install/x86_64-pc-linux-gnu/")
setenv("BASEDIR", baselibs_pkgdir)

-- Serialbox --
local ser_pkgdir = pathJoin(install_dir, "serialbox")
prepend_path("SERIALBOX_ROOT", ser_pkgdir)
prepend_path("PATH",pathJoin(ser_pkgdir,"python/pp_ser"))
prepend_path("LD_LIBRARY_PATH",pathJoin(ser_pkgdir,"lib"))

0 comments on commit 60385ba

Please sign in to comment.