"serialization/tests/TestSerializeCustomNonbondedForce.cpp" did not exist on "ff88ddadca8ed8a67946efda9550253745401fe4"
Commit 0ac3fa19 authored by Matthew Brett's avatar Matthew Brett
Browse files

Update openssl version, add test

parent 5af0d27e
...@@ -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.2j OPENSSL_ROOT=openssl-1.0.2k
OPENSSL_HASH=e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431 OPENSSL_HASH=f137b5d9b1bea8d939f6965cae83a6df4ff9724c7d53ca2edd7358f4909de150
OPENSSL_DOWNLOAD_URL=ftp://ftp.openssl.org/source OPENSSL_DOWNLOAD_URL=https://www.openssl.org/source
BUILD_PREFIX="${BUILD_PREFIX:-/usr/local}" BUILD_PREFIX="${BUILD_PREFIX:-/usr/local}"
......
# Test some library builders
# Smoke test
source library_builders.sh
build_openssl
...@@ -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
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