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
868d7654
Commit
868d7654
authored
Jan 26, 2017
by
Rolando Espinoza
Browse files
Add Snappy 1.1.3 builder.
Snappy is a compression/decompression library.
parent
e6ebbfa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
library_builders.sh
library_builders.sh
+5
-0
No files found.
library_builders.sh
View file @
868d7654
...
...
@@ -23,6 +23,7 @@ HDF5_VERSION="${HDF5_VERSION:-1.8.18}"
LIBAEC_VERSION
=
"
${
LIBAEC_VERSION
:-
0
.3.3
}
"
LZO_VERSION
=
${
LZO_VERSION
:-
2
.09
}
BLOSC_VERSION
=
${
BLOSC_VERSION
:-
1
.10.2
}
SNAPPY_VERSION
=
"
${
SNAPPY_VERSION
:-
1
.1.3
}
"
CURL_VERSION
=
${
CURL_VERSION
:-
7
.49.1
}
NETCDF_VERSION
=
${
NETCDF_VERSION
:-
4
.4.1
}
OPENSSL_ROOT
=
openssl-1.0.2j
...
...
@@ -239,6 +240,10 @@ function build_blosc {
touch
blosc-stamp
}
function
build_snappy
{
build_simple snappy
$SNAPPY_VERSION
https://github.com/google/snappy/releases/download/
$SNAPPY_VERSION
}
function
build_lzo
{
if
[
-e
lzo-stamp
]
;
then return
;
fi
fetch_unpack http://www.oberhumer.com/opensource/lzo/download/lzo-
${
LZO_VERSION
}
.tar.gz
...
...
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