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
b808f344
Unverified
Commit
b808f344
authored
May 09, 2021
by
Andrew Murray
Committed by
GitHub
May 09, 2021
Browse files
Merge pull request #402 from radarhere/hdf5
parents
04e209bc
15497adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
library_builders.sh
library_builders.sh
+1
-0
No files found.
library_builders.sh
View file @
b808f344
...
@@ -277,6 +277,7 @@ function build_hdf5 {
...
@@ -277,6 +277,7 @@ function build_hdf5 {
local
short
=
$(
echo
$HDF5_VERSION
|
awk
-F
"."
'{printf "%d.%d", $1, $2}'
)
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
fetch_unpack
$hdf5_url
/hdf5-
$short
/hdf5-
$HDF5_VERSION
/src/hdf5-
$HDF5_VERSION
.tar.gz
(
cd
hdf5-
$HDF5_VERSION
\
(
cd
hdf5-
$HDF5_VERSION
\
&&
export
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:
$BUILD_PREFIX
/lib
\
&&
./configure
--with-szlib
=
$BUILD_PREFIX
--prefix
=
$BUILD_PREFIX
\
&&
./configure
--with-szlib
=
$BUILD_PREFIX
--prefix
=
$BUILD_PREFIX
\
--enable-threadsafe
--enable-unsupported
--with-pthread
=
yes
\
--enable-threadsafe
--enable-unsupported
--with-pthread
=
yes
\
&&
make
-j4
\
&&
make
-j4
\
...
...
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