mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
actions take 120
This commit is contained in:
@@ -8,9 +8,16 @@ echo "This device has $cpucount CPUs for compiling..."
|
|||||||
|
|
||||||
#brew upgrade
|
#brew upgrade
|
||||||
|
|
||||||
|
brew install coreutils
|
||||||
|
brew install bash
|
||||||
|
|
||||||
# prefer standard GNU tools like date over MacOS defaults
|
# prefer standard GNU tools like date over MacOS defaults
|
||||||
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
||||||
|
|
||||||
|
date --version
|
||||||
|
gdate --version
|
||||||
|
bash --version
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
#if [ ! -f python-$MIN_PYTHON_VERSION-macosx10.9.pkg ]; then
|
#if [ ! -f python-$MIN_PYTHON_VERSION-macosx10.9.pkg ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user