mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-11 13:30:29 +02:00
Lua and Lmod recipes added
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# https://
|
||||
#
|
||||
#---
|
||||
LUA_PREFIX="${PREFIX}/libexec/lua"
|
||||
PATH="${LUA_PREFIX}/bin:$PATH"
|
||||
|
||||
luarocks install luaposix
|
||||
|
||||
#---
|
||||
# Local Variables:
|
||||
# mode: sh
|
||||
# sh-basic-offset: 8
|
||||
# tab-width: 8
|
||||
# End:
|
||||
Reference in New Issue
Block a user