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
bd4586fe
Commit
bd4586fe
authored
Jul 27, 2016
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conflicts merged
parent
e62c153e
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
12 deletions
+18
-12
Libraries/gmp/5/variants
Libraries/gmp/5/variants
+1
-1
Libraries/gmp/6/variants
Libraries/gmp/6/variants
+3
-2
MPI/hdf5/build
MPI/hdf5/build
+10
-7
Programming/gcc/5/variants
Programming/gcc/5/variants
+1
-0
Programming/gcc/build
Programming/gcc/build
+1
-0
bin/manage_variants
bin/manage_variants
+2
-2
No files found.
Libraries/gmp/5/variants
View file @
bd4586fe
5.1.1 stable
gmp/
5.1.1 stable
Libraries/gmp/6/variants
View file @
bd4586fe
6.0.0 stable
6.1.0 stable
gmp/6.0.0 stable
gmp/6.1.0 stable
gmp/6.1.1 stable
MPI/hdf5/build
View file @
bd4586fe
...
...
@@ -8,15 +8,18 @@ pbuild::configure() {
FC
=
$
MPIFC
FORTRAN
=
$
MPIFORTRAN
local
conf
=
''
conf
+=
' --enable-shared'
conf
+=
' --enable-parallel'
conf
+=
' --enable-cxx'
conf
+=
' --enable-fortran'
conf
+=
' --enable-unsupported'
#conf+=' --enable-threadsafe'
conf
+=
' --with-pic'
"${MODULE_SRCDIR}"
/
configure
\
--
prefix
=
"${PREFIX}"
\
--
enable
-
shared
\
--
enable
-
parallel
\
--
enable
-
cxx
\
--
enable
-
fortran
\
--
enable
-
unsupported
\
--
enable
-
threadsafe
\
--
with
-
pic
\
$
{
conf
}
\
||
exit
1
}
...
...
Programming/gcc/5/variants
View file @
bd4586fe
gcc/5.1.0 deprecated b:gmp/5.1.1 b:mpfr/3.1.2 b:mpc/1.0.2
gcc/5.2.0 deprecated b:gmp/6.0.0 b:mpfr/3.1.3 b:mpc/1.0.3
gcc/5.3.0 stable b:gmp/6.0.0 b:mpfr/3.1.3 b:mpc/1.0.3
gcc/5.4.0 unstable b:gmp/6.1.0 b:mpfr/3.1.4 b:mpc/1.0.3
Programming/gcc/build
View file @
bd4586fe
...
...
@@ -16,6 +16,7 @@ pbuild::configure() {
--
with
-
mpc
=
"${MPC_PREFIX}"
\
--
enable
-
lto
\
--
disable
-
multilib
\
--
with
-
build
-
config
=
bootstrap
-
debug
\
--
with
-
pkgversion
=
"PSI Environment Module"
\
--
with
-
build
-
config
=
bootstrap
-
debug
\
||
exit
1
...
...
bin/manage_variants
View file @
bd4586fe
...
...
@@ -6,7 +6,7 @@ declare variants=$2
declare
-r
OS
=
$(
uname
-s
)
# File format example
# 1.10.2 unstable gcc/4.8.5
#
openmpi/
1.10.2 unstable gcc/4.8.5
declare
-a
toks
=()
declare
version
=
''
declare
release
=
''
...
...
@@ -22,7 +22,7 @@ while read -a toks; do
"
${
buildblock
}
"
"
${
module
#*/
}
"
--release
=
${
release
}
"
${
dependencies
[@]/#/--with=
}
"
if
[[
$?
!=
0
]]
;
then
echo
"Failed building:
${
version
}
--release=
${
release
}
${
dependencies
[@]/#/--with=
}
"
1>&2
echo
"Failed building:
${
module
}
--release=
${
release
}
${
dependencies
[@]/#/--with=
}
"
1>&2
exit
42
fi
done
<
"
${
variants
}
"
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