Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
c79fb054
Commit
c79fb054
authored
Aug 21, 2014
by
gsell
Browse files
Lmod.build: removed*
parent
21c8a650
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
scripts/Lmod.build
scripts/Lmod.build
+0
-26
No files found.
scripts/Lmod.build
deleted
100755 → 0
View file @
21c8a650
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
function
em.configure
()
{
cd
"
${
MODULE_SRCDIR
}
"
"
${
MODULE_SRCDIR
}
"
/configure
\
--prefix
=
"
${
EM_PREFIX
}
/core"
\
--with-module-root-path
=
"
${
MODULEPATH_ROOT
}
"
\
||
exit
1
}
function
em.build
()
{
cd
"
${
MODULE_SRCDIR
}
"
make
-j
${
JOBS
}
}
# 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
em.cleanup_src
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment