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
0ac3fa19
Commit
0ac3fa19
authored
May 24, 2017
by
Matthew Brett
Browse files
Update openssl version, add test
parent
5af0d27e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
library_builders.sh
library_builders.sh
+3
-3
tests/test_library_builders.sh
tests/test_library_builders.sh
+5
-0
tests/test_multibuild.sh
tests/test_multibuild.sh
+1
-0
No files found.
library_builders.sh
View file @
0ac3fa19
...
@@ -27,9 +27,9 @@ BLOSC_VERSION=${BLOSC_VERSION:-1.10.2}
...
@@ -27,9 +27,9 @@ BLOSC_VERSION=${BLOSC_VERSION:-1.10.2}
SNAPPY_VERSION
=
"
${
SNAPPY_VERSION
:-
1
.1.3
}
"
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.1
}
NETCDF_VERSION
=
${
NETCDF_VERSION
:-
4
.4.1.1
}
OPENSSL_ROOT
=
openssl-1.0.2
j
OPENSSL_ROOT
=
openssl-1.0.2
k
OPENSSL_HASH
=
e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431
OPENSSL_HASH
=
f137b5d9b1bea8d939f6965cae83a6df4ff9724c7d53ca2edd7358f4909de150
OPENSSL_DOWNLOAD_URL
=
f
tp://
ftp
.openssl.org/source
OPENSSL_DOWNLOAD_URL
=
ht
tp
s
://
www
.openssl.org/source
BUILD_PREFIX
=
"
${
BUILD_PREFIX
:-
/usr/local
}
"
BUILD_PREFIX
=
"
${
BUILD_PREFIX
:-
/usr/local
}
"
...
...
tests/test_library_builders.sh
0 → 100644
View file @
0ac3fa19
# Test some library builders
# Smoke test
source
library_builders.sh
build_openssl
tests/test_multibuild.sh
View file @
0ac3fa19
...
@@ -14,6 +14,7 @@ else
...
@@ -14,6 +14,7 @@ else
source
manylinux_utils.sh
source
manylinux_utils.sh
source
tests/test_manylinux_utils.sh
source
tests/test_manylinux_utils.sh
fi
fi
source
tests/test_library_builders.sh
# Exit 1 if any test errors
# Exit 1 if any test errors
barf
barf
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