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
f6d571d7
Commit
f6d571d7
authored
Jul 17, 2014
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BoxLib: added; boost: explicit disable MPI
parent
d063fe30
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
config/versions.conf
config/versions.conf
+1
-0
scripts/BoxLib.build
scripts/BoxLib.build
+17
-0
scripts/boost.build
scripts/boost.build
+2
-0
No files found.
config/versions.conf
View file @
f6d571d7
autoconf
2
.
69
automake
1
.
14
boost
1
.
55
.
0
BoxLib
2014
-
02
-
28
cmake
2
.
8
.
12
.
2
emacs
24
.
3
filebench
1
.
4
.
9
.
1
...
...
scripts/BoxLib.build
0 → 100755
View file @
f6d571d7
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
function
em.configure
()
{
CC
=
$MPICC
CXX
=
$MPICXX
cmake
\
-DCMAKE_INSTALL_PREFIX
=
"
${
PREFIX
}
"
\
-DCMAKE_BUILD_TYPE
=
RELEASE
\
"
${
EM_SRCDIR
}
"
}
em.add_to_family
'MPI'
em.set_runtime_dependencies
"
${
COMPILER
}
"
"
${
MPI
}
"
em.set_build_dependencies
'cmake'
"
${
COMPILER
}
"
"
${
MPI
}
"
em.make_all
scripts/boost.build
View file @
f6d571d7
...
...
@@ -21,6 +21,7 @@ function em.build() {
--build-type
=
minimal
\
--build-dir
=
"
${
EM_BUILDDIR
}
"
\
--layout
=
system
\
--without-mpi
\
variant
=
release
\
link
=
static
\
threading
=
multi
\
...
...
@@ -33,6 +34,7 @@ function em.install() {
--build-type
=
minimal
\
--build-dir
=
"
${
EM_BUILDDIR
}
"
\
--layout
=
system
\
--without-mpi
\
variant
=
release
\
link
=
static
\
threading
=
multi
\
...
...
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