This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 # Platform variables used in multibuild scripts
5050 if [ `uname` == 'Darwin' ]; then
5151 echo "##vso[task.setvariable variable=TRAVIS_OS_NAME]osx"
52- echo "##vso[task.setvariable variable=MACOSX_DEPLOYMENT_TARGET]10.9 "
52+ echo "##vso[task.setvariable variable=MACOSX_DEPLOYMENT_TARGET]10.14 "
5353 else
5454 echo "##vso[task.setvariable variable=TRAVIS_OS_NAME]linux"
5555 fi
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# Environment variables for build
3- MACOSX_DEPLOYMENT_TARGET=10.9
3+ MACOSX_DEPLOYMENT_TARGET=10.14
44CFLAGS=" -std=c99 -fno-strict-aliasing"
55# Macos's linker doesn't support stripping symbols
66if [ " $( uname) " != " Darwin" ]; then
Original file line number Diff line number Diff line change 33# The important difference from the 64-bit build is `-msse2` to
44# compile sse loops for ufuncs.
55set -x
6- MACOSX_DEPLOYMENT_TARGET=10.9
6+ MACOSX_DEPLOYMENT_TARGET=10.14
77
88# Fails test_umath.TestAVXUfuncs with reciprocal on Azure
99# CFLAGS="-msse2 -std=c99 -fno-strict-aliasing"
You can’t perform that action at this time.
0 commit comments