Commit 868d7654 authored by Rolando Espinoza's avatar Rolando Espinoza
Browse files

Add Snappy 1.1.3 builder.

Snappy is a compression/decompression library.
parent e6ebbfa4
...@@ -23,6 +23,7 @@ HDF5_VERSION="${HDF5_VERSION:-1.8.18}" ...@@ -23,6 +23,7 @@ HDF5_VERSION="${HDF5_VERSION:-1.8.18}"
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}
BLOSC_VERSION=${BLOSC_VERSION:-1.10.2} BLOSC_VERSION=${BLOSC_VERSION:-1.10.2}
SNAPPY_VERSION="${SNAPPY_VERSION:-1.1.3}"
CURL_VERSION=${CURL_VERSION:-7.49.1} CURL_VERSION=${CURL_VERSION:-7.49.1}
NETCDF_VERSION=${NETCDF_VERSION:-4.4.1} NETCDF_VERSION=${NETCDF_VERSION:-4.4.1}
OPENSSL_ROOT=openssl-1.0.2j OPENSSL_ROOT=openssl-1.0.2j
...@@ -239,6 +240,10 @@ function build_blosc { ...@@ -239,6 +240,10 @@ function build_blosc {
touch blosc-stamp touch blosc-stamp
} }
function build_snappy {
build_simple snappy $SNAPPY_VERSION https://github.com/google/snappy/releases/download/$SNAPPY_VERSION
}
function build_lzo { function build_lzo {
if [ -e lzo-stamp ]; then return; fi if [ -e lzo-stamp ]; then return; fi
fetch_unpack http://www.oberhumer.com/opensource/lzo/download/lzo-${LZO_VERSION}.tar.gz fetch_unpack http://www.oberhumer.com/opensource/lzo/download/lzo-${LZO_VERSION}.tar.gz
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment