Revision a01ddf72034b184f1b15341fe8cc7c02ea30bcb9 authored by Matthew Brett on 10 January 2021, 09:04:58 UTC, committed by GitHub on 10 January 2021, 09:04:58 UTC
MRG: Added IS_MACOS

Apple left 'OS X' behind with 10.11, and now we've moved on to 11.

So multibuild's variable `IS_OSX` is not quite as suitable as it once was.

This PR adds `IS_MACOS` - but still sets `IS_OSX` to not break any external scripts that may be using it.
2 parent s 67cc925 + b274b9a
History
File Mode Size
archives
tests
.appveyor.yml -rw-r--r-- 2.5 KB
.gitignore -rw-r--r-- 242 bytes
.travis.yml -rw-r--r-- 4.8 KB
LICENSE -rw-r--r-- 1.6 KB
README.rst -rw-r--r-- 18.1 KB
_gfortran_utils.sh -rw-r--r-- 613 bytes
common_utils.sh -rw-r--r-- 18.2 KB
configure_build.sh -rw-r--r-- 2.1 KB
docker_build_wrap.sh -rwxr-xr-x 1.5 KB
docker_test_wrap.sh -rwxr-xr-x 765 bytes
install_python.ps1 -rw-r--r-- 1.2 KB
library_builders.sh -rw-r--r-- 15.2 KB
manylinux_utils.sh -rw-r--r-- 2.2 KB
osx_utils.sh -rw-r--r-- 13.3 KB
supported_wheels.py -rwxr-xr-x 1013 bytes
travis_linux_steps.sh -rw-r--r-- 4.6 KB
travis_osx_steps.sh -rw-r--r-- 1.1 KB
travis_steps.sh -rw-r--r-- 308 bytes

README.rst

back to top