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
85d0e49a
Commit
85d0e49a
authored
Jul 14, 2014
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OPAL.build: build with gcc/4.7 only
parent
9a24bf0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
scripts/OPAL.build
scripts/OPAL.build
+3
-2
No files found.
scripts/OPAL.build
View file @
85d0e49a
...
...
@@ -3,16 +3,17 @@
source
"
$(
dirname
$0
)
/../lib/libem.bash"
function
em.configure
()
{
cmake
\
CC
=
$MPICC
CXX
=
$MPICXX
cmake
\
-DCMAKE_INSTALL_PREFIX
=
"
${
PREFIX
}
"
\
-DCMAKE_BUILD_TYPE
=
RELEASE
\
-DENABLE_
ML
_SOLVER
=
TRUE
\
-DENABLE_
SAAMG
_SOLVER
=
TRUE
\
"
${
EM_SRCDIR
}
"
}
em.add_to_family
'Tools'
em.set_runtime_dependencies
"
${
COMPILER
}
"
"
${
MPI
}
"
em.set_build_dependencies
'cmake'
"
${
COMPILER
}
"
"
${
MPI
}
"
'hdf5'
'H5hut'
'trilinos'
'ippl'
'gsl'
em.set_supported_compilers
'gcc/4.7'
em.make_all
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