Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
atlas
please-install
Commits
ae1d86ae
Commit
ae1d86ae
authored
Sep 12, 2017
by
Matthieu Boileau
Browse files
Fix bug in hdf5
parent
6fb07d9a
Changes
1
Show whitespace changes
Inline
Side-by-side
hdf5/install.sh
View file @
ae1d86ae
...
...
@@ -5,7 +5,7 @@ LIB_NAME="hdf5"
LIB_VERSION
=
1.10.1
GCC_VERSION
=
6.4.0
MPI_LIB
=
openmpi
MPI_VERSION
=
1.1
0.7
MPI_VERSION
=
2.
1.1
LIB_FULLNAME
=
${
LIB_NAME
}
-
${
LIB_VERSION
}
GCC_FULL
=
gcc-
$GCC_VERSION
...
...
@@ -50,9 +50,9 @@ if [[ ! -d $BUILD_DIR ]]; then
${
SRC_DIR
}
/configure
\
--enable-parallel
\
--enable-fortran
\
--enable-fortran2003
--enable-fortran2003
\
--enable-build-all
\
--enable-production
\
--enable-
build-mode
=
production
\
--prefix
=
${
INSTALL_DIR
}
||
exit 1
fi
...
...
Write
Preview
Supports
Markdown
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