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
2c9e7808
Commit
2c9e7808
authored
May 21, 2018
by
Matthew Brett
Browse files
Fix szip build
parent
e32b119e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
library_builders.sh
library_builders.sh
+2
-2
No files found.
library_builders.sh
View file @
2c9e7808
...
@@ -23,7 +23,7 @@ GIFLIB_VERSION="${GIFLIB_VERSION:-5.1.3}"
...
@@ -23,7 +23,7 @@ GIFLIB_VERSION="${GIFLIB_VERSION:-5.1.3}"
LIBWEBP_VERSION
=
"
${
LIBWEBP_VERSION
:-
0
.5.0
}
"
LIBWEBP_VERSION
=
"
${
LIBWEBP_VERSION
:-
0
.5.0
}
"
XZ_VERSION
=
"
${
XZ_VERSION
:-
5
.2.2
}
"
XZ_VERSION
=
"
${
XZ_VERSION
:-
5
.2.2
}
"
LIBYAML_VERSION
=
"
${
LIBYAML_VERSION
:-
0
.1.5
}
"
LIBYAML_VERSION
=
"
${
LIBYAML_VERSION
:-
0
.1.5
}
"
SZIP_VERSION
=
"
${
SZIP_VERSION
:-
2
.1
}
"
SZIP_VERSION
=
"
${
SZIP_VERSION
:-
2
.1
.1
}
"
HDF5_VERSION
=
"
${
HDF5_VERSION
:-
1
.10.2
}
"
HDF5_VERSION
=
"
${
HDF5_VERSION
:-
1
.10.2
}
"
LIBAEC_VERSION
=
"
${
LIBAEC_VERSION
:-
0
.3.3
}
"
LIBAEC_VERSION
=
"
${
LIBAEC_VERSION
:-
0
.3.3
}
"
LZO_VERSION
=
${
LZO_VERSION
:-
2
.09
}
LZO_VERSION
=
${
LZO_VERSION
:-
2
.09
}
...
@@ -222,7 +222,7 @@ function build_szip {
...
@@ -222,7 +222,7 @@ function build_szip {
# Build szip without encoding (patent restrictions)
# Build szip without encoding (patent restrictions)
build_zlib
build_zlib
build_simple szip
$SZIP_VERSION
\
build_simple szip
$SZIP_VERSION
\
https://
www
.hdfgroup.org/ftp/lib-external/szip tar.gz
\
https://
support
.hdfgroup.org/ftp/lib-external/szip
/
$SZIP_VERSION
/src
tar.gz
\
--enable-encoding
=
no
--enable-encoding
=
no
}
}
...
...
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