- em.xyz renamed to pmodules.xxy
- underscore removed as prefix of function names - keyword function removed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "$(dirname $0)/../../../lib/libem.bash"
|
||||
source "$(dirname $0)/../../../lib/libpmodules.bash"
|
||||
|
||||
function em.configure() {
|
||||
pmodules.configure() {
|
||||
"${MODULE_SRCDIR}"/configure \
|
||||
--prefix="${PREFIX}" \
|
||||
|| exit 1
|
||||
@@ -11,6 +11,6 @@ function em.configure() {
|
||||
# use system gcc to compile
|
||||
#declare -rx CC=gcc
|
||||
|
||||
em.set_build_dependencies "${COMPILER}"
|
||||
em.add_to_family 'Programming'
|
||||
em.make_all
|
||||
pmodules.set_build_dependencies "${COMPILER}"
|
||||
pmodules.add_to_group 'Programming'
|
||||
pmodules.make_all
|
||||
|
||||
Reference in New Issue
Block a user