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
a17c7755
Commit
a17c7755
authored
May 13, 2018
by
Thomas A Caswell
Browse files
ENH: bump the hdf5 version
parent
3734511b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
library_builders.sh
library_builders.sh
+3
-3
No files found.
library_builders.sh
View file @
a17c7755
...
...
@@ -24,7 +24,7 @@ LIBWEBP_VERSION="${LIBWEBP_VERSION:-0.5.0}"
XZ_VERSION
=
"
${
XZ_VERSION
:-
5
.2.2
}
"
LIBYAML_VERSION
=
"
${
LIBYAML_VERSION
:-
0
.1.5
}
"
SZIP_VERSION
=
"
${
SZIP_VERSION
:-
2
.1
}
"
HDF5_VERSION
=
"
${
HDF5_VERSION
:-
1
.
8.18
}
"
HDF5_VERSION
=
"
${
HDF5_VERSION
:-
1
.
10.2
}
"
LIBAEC_VERSION
=
"
${
LIBAEC_VERSION
:-
0
.3.3
}
"
LZO_VERSION
=
${
LZO_VERSION
:-
2
.09
}
LZF_VERSION
=
"
${
LZF_VERSION
:-
3
.6
}
"
...
...
@@ -79,7 +79,7 @@ function build_github {
local
name
=
`
basename
"
$path
"
`
# This is tricky. If the version name starts with a "v",
# then the archive name will not start with a "v"
if
[[
$version
==
v
*
]]
;
then
if
[[
$version
==
v
*
]]
;
then
local
name_version
=
"
${
name
}
-
${
version
:1
}
"
else
local
name_version
=
"
${
name
}
-
${
version
}
"
...
...
@@ -205,7 +205,7 @@ function build_libwebp {
build_giflib
build_simple libwebp
$LIBWEBP_VERSION
\
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/ tar.gz
\
--enable-libwebpmux
--enable-libwebpdemux
--enable-libwebpmux
--enable-libwebpdemux
}
function
build_freetype
{
...
...
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