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
a6632158
Commit
a6632158
authored
Nov 02, 2019
by
Tom Kooij
Browse files
Fix typo in --enable-threadsafe flag
parent
b6ed746c
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 @
a6632158
...
...
@@ -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
--enable-thread
-
safe
\
&&
./configure
--with-szlib
=
$BUILD_PREFIX
--prefix
=
$BUILD_PREFIX
--enable-threadsafe
\
&&
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