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
c2ec429b
Commit
c2ec429b
authored
Apr 10, 2020
by
Andrew Murray
Browse files
Override OpenSSL version for macOS 10.6
parent
18c1bb72
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
.travis.yml
.travis.yml
+3
-0
library_builders.sh
library_builders.sh
+3
-3
No files found.
.travis.yml
View file @
c2ec429b
...
@@ -59,6 +59,9 @@ matrix:
...
@@ -59,6 +59,9 @@ matrix:
-
MB_PYTHON_VERSION=2.7
-
MB_PYTHON_VERSION=2.7
-
MB_PYTHON_OSX_VER=10.6
-
MB_PYTHON_OSX_VER=10.6
-
TEST_BUILDS=1
-
TEST_BUILDS=1
-
OPENSSL_ROOT=openssl-1.0.2u
-
OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
-
OPENSSL_DOWNLOAD_URL=https://ftp.openssl.org/source/old/1.0.2
-
os
:
osx
-
os
:
osx
env
:
env
:
-
MB_PYTHON_VERSION=2.7
-
MB_PYTHON_VERSION=2.7
...
...
library_builders.sh
View file @
c2ec429b
...
@@ -41,10 +41,10 @@ FLEX_VERSION=${FLEX_VERSION:-2.6.4}
...
@@ -41,10 +41,10 @@ FLEX_VERSION=${FLEX_VERSION:-2.6.4}
BISON_VERSION
=
${
BISON_VERSION
:-
3
.0.4
}
BISON_VERSION
=
${
BISON_VERSION
:-
3
.0.4
}
FFTW_VERSION
=
${
FFTW_VERSION
:-
3
.3.7
}
FFTW_VERSION
=
${
FFTW_VERSION
:-
3
.3.7
}
CFITSIO_VERSION
=
${
CFITSIO_VERSION
:-
3450
}
CFITSIO_VERSION
=
${
CFITSIO_VERSION
:-
3450
}
OPENSSL_ROOT
=
openssl-1.1.1f
OPENSSL_ROOT
=
${
OPENSSL_ROOT
:-
openssl
-1.1.1f
}
# Hash from https://www.openssl.org/source/openssl-1.1.1?.tar.gz.sha256
# Hash from https://www.openssl.org/source/openssl-1.1.1?.tar.gz.sha256
OPENSSL_HASH
=
186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35
OPENSSL_HASH
=
${
OPENSSL_HASH
:-
186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35
}
OPENSSL_DOWNLOAD_URL
=
https://www.openssl.org/source
OPENSSL_DOWNLOAD_URL
=
${
OPENSSL_DOWNLOAD_URL
:-
https
://www.openssl.org/source
}
ARCHIVE_SDIR
=
${
ARCHIVE_DIR
:-
archives
}
ARCHIVE_SDIR
=
${
ARCHIVE_DIR
:-
archives
}
...
...
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