mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
more travis
This commit is contained in:
@@ -3,25 +3,23 @@ whereibelong=$(pwd)
|
|||||||
#echo "Brew installing xz..."
|
#echo "Brew installing xz..."
|
||||||
#brew install xz > /dev/null
|
#brew install xz > /dev/null
|
||||||
|
|
||||||
brew upgrade
|
#brew upgrade
|
||||||
|
|
||||||
cd ~/pybuild
|
cd ~/pybuild
|
||||||
|
|
||||||
if [ ! -f python-$BUILD_PYTHON_VERSION-macosx10.9.pkg ]; then
|
#if [ ! -f python-$BUILD_PYTHON_VERSION-macosx10.9.pkg ]; then
|
||||||
wget --quiet https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/python-$BUILD_PYTHON_VERSION-macosx10.9.pkg
|
# wget --quiet https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/python-$BUILD_PYTHON_VERSION-macosx10.9.pkg
|
||||||
fi
|
#fi
|
||||||
sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target /
|
#sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target /
|
||||||
|
|
||||||
|
brew install openssl@1.1
|
||||||
|
brew link openssl --force
|
||||||
|
brew install python --with-brewed-openssl
|
||||||
export python=python3
|
export python=python3
|
||||||
export pip=pip3
|
export pip=pip3
|
||||||
|
|
||||||
echo "Python location:"
|
echo "Python location:"
|
||||||
which $python
|
which $python
|
||||||
brew install openssl@1.1 > /dev/null
|
|
||||||
brew info openssl@1.1
|
|
||||||
echo "OpenSSL Lib"
|
|
||||||
ls -al /usr/local/opt/openssl@1.1/lib
|
|
||||||
echo "Local Python Lib"
|
|
||||||
ls -alRF /usr/local/opt/python
|
|
||||||
|
|
||||||
# Compile latest OpenSSL
|
# Compile latest OpenSSL
|
||||||
#if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then
|
#if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user