lua, Lmod: skip build
This commit is contained in:
@@ -19,6 +19,7 @@ function em.build() {
|
||||
# use system gcc to compile
|
||||
declare -rx CC=gcc
|
||||
|
||||
em.supported_os ''
|
||||
em.add_to_family 'Tools'
|
||||
em.set_build_dependencies "lua"
|
||||
em.make_all
|
||||
|
||||
@@ -18,6 +18,7 @@ function em.build() {
|
||||
make -j ${JOBS}
|
||||
}
|
||||
|
||||
em.supported_os ''
|
||||
em.add_to_family 'Programming'
|
||||
em.set_build_dependencies "${COMPILER}"
|
||||
em.make_all
|
||||
|
||||
Reference in New Issue
Block a user