Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
fd83a7c5
Commit
fd83a7c5
authored
Oct 28, 2019
by
Tom Kooij
Browse files
Build HDF5 with thread safety enabled
Build HDF5 with --enable-thread-safe flag.
parent
160edd79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library_builders.sh
library_builders.sh
+1
-1
No files found.
library_builders.sh
View file @
fd83a7c5
...
...
@@ -227,7 +227,7 @@ function build_hdf5 {
local
short
=
$(
echo
$HDF5_VERSION
|
awk
-F
"."
'{printf "%d.%d", $1, $2}'
)
fetch_unpack
$hdf5_url
/hdf5-
$short
/hdf5-
$HDF5_VERSION
/src/hdf5-
$HDF5_VERSION
.tar.gz
(
cd
hdf5-
$HDF5_VERSION
\
&&
./configure
--with-szlib
=
$BUILD_PREFIX
--prefix
=
$BUILD_PREFIX
\
&&
./configure
--with-szlib
=
$BUILD_PREFIX
--prefix
=
$BUILD_PREFIX
--enable-thread-safe
\
&&
make
-j4
\
&&
make
install
)
touch
hdf5-stamp
...
...
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