Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
buildblocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pmodules
buildblocks
Commits
074dda7b
Commit
074dda7b
authored
Jan 26, 2015
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes to support easy bootstraping; re-orginazation of build scripts
parent
62181b76
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
31 additions
and
31 deletions
+31
-31
scripts/Compiler/H5root.build
scripts/Compiler/H5root.build
+1
-1
scripts/Compiler/OpenBLAS.build
scripts/Compiler/OpenBLAS.build
+1
-1
scripts/Compiler/OpenBLAS_OMP.build
scripts/Compiler/OpenBLAS_OMP.build
+1
-1
scripts/Compiler/SuperLU.build
scripts/Compiler/SuperLU.build
+1
-1
scripts/Compiler/UMFPACK.build
scripts/Compiler/UMFPACK.build
+1
-1
scripts/HDF5/H5hut.build
scripts/HDF5/H5hut.build
+1
-1
scripts/HDF5/netcdf.build
scripts/HDF5/netcdf.build
+1
-1
scripts/HDF5_serial/H5hut_serial.build
scripts/HDF5_serial/H5hut_serial.build
+1
-1
scripts/Libraries/giflib.build
scripts/Libraries/giflib.build
+1
-1
scripts/Libraries/gmp.build
scripts/Libraries/gmp.build
+1
-1
scripts/Libraries/libungif.build
scripts/Libraries/libungif.build
+1
-1
scripts/Libraries/mpc.build
scripts/Libraries/mpc.build
+1
-1
scripts/Libraries/mpfr.build
scripts/Libraries/mpfr.build
+1
-1
scripts/Libraries/tiff.build
scripts/Libraries/tiff.build
+1
-1
scripts/Programming/Python.build
scripts/Programming/Python.build
+1
-1
scripts/Programming/Tcl.build
scripts/Programming/Tcl.build
+1
-1
scripts/Programming/autoconf.build
scripts/Programming/autoconf.build
+1
-1
scripts/Programming/automake.build
scripts/Programming/automake.build
+1
-1
scripts/Programming/cmake.build
scripts/Programming/cmake.build
+1
-1
scripts/Programming/gcc.build
scripts/Programming/gcc.build
+1
-1
scripts/Programming/gtest.build
scripts/Programming/gtest.build
+1
-1
scripts/Programming/libtool.build
scripts/Programming/libtool.build
+1
-1
scripts/Programming/lua.build
scripts/Programming/lua.build
+1
-1
scripts/Programming/m4.build
scripts/Programming/m4.build
+1
-1
scripts/Programming/psi-python27.build
scripts/Programming/psi-python27.build
+1
-1
scripts/System/bash.build
scripts/System/bash.build
+1
-1
scripts/Tools/Modules.build
scripts/Tools/Modules.build
+1
-1
scripts/Tools/dialog.build
scripts/Tools/dialog.build
+1
-1
scripts/Tools/emacs.build
scripts/Tools/emacs.build
+1
-1
scripts/Tools/global.build
scripts/Tools/global.build
+1
-1
scripts/Tools/gnuplot.build
scripts/Tools/gnuplot.build
+1
-1
No files found.
scripts/Compiler/H5root.build
View file @
074dda7b
#!/bin/bash
source
$(
dirname
$0
)
/../lib/libem.bash
source
$(
dirname
$0
)
/../
../
lib/libem.bash
function
em.pre_configure
()
{
./autogen.sh
...
...
scripts/Compiler/OpenBLAS.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
cat
<<
EOF
> "
${
MODULE_SRCDIR
}
/make.inc"
...
...
scripts/Compiler/OpenBLAS_OMP.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
cat
<<
EOF
> "
${
MODULE_SRCDIR
}
/make.inc"
...
...
scripts/Compiler/SuperLU.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
cat
<<
EOF
> "
${
MODULE_SRCDIR
}
/make.inc"
...
...
scripts/Compiler/UMFPACK.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
cat
<<
EOF
> "
${
MODULE_SRCDIR
}
/SuiteSparse_config/SuiteSparse_config.mk"
...
...
scripts/HDF5/H5hut.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.pre_configure
()
{
./autogen.sh
...
...
scripts/HDF5/netcdf.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.pre_configure
()
{
:
...
...
scripts/HDF5_serial/H5hut_serial.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
(
cd
"
${
MODULE_SRCDIR
}
"
&&
./autogen.sh
)
...
...
scripts/Libraries/giflib.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Libraries/gmp.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Libraries/libungif.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Libraries/mpc.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Libraries/mpfr.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Libraries/tiff.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Programming/Python.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Programming/Tcl.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
case
${
OS
}
in
...
...
scripts/Programming/autoconf.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Programming/automake.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Programming/cmake.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
/bootstrap"
--prefix
=
"
${
PREFIX
}
"
...
...
scripts/Programming/gcc.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Programming/gtest.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
em.add_to_family
'Programming'
em.set_runtime_dependencies
""
...
...
scripts/Programming/libtool.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Programming/lua.build
View file @
074dda7b
...
...
@@ -3,7 +3,7 @@
# Lua cannot be build in a seperate directory!
#
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
cd
"
${
MODULE_SRCDIR
}
"
...
...
scripts/Programming/m4.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Programming/psi-python27.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
:
...
...
scripts/System/bash.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Tools/Modules.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
TCL_VERSION
=
'8.6.3'
TCL_DIR
=
"
${
PSI_PREFIX
}
/Programming/Tcl/
${
TCL_VERSION
}
"
...
...
scripts/Tools/dialog.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Tools/emacs.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
module use
'Libraries'
...
...
scripts/Tools/global.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
scripts/Tools/gnuplot.build
View file @
074dda7b
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
source
"
$(
dirname
$0
)
/../
../
lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
...
...
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