You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2021/04/06 18:46:11 UTC

[incubator-mxnet] branch v1.x updated: set osx deploy target for v1.x wheels (#20127)

This is an automated email from the ASF dual-hosted git repository.

lausen pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new 59c5aa6  set osx deploy target for v1.x wheels (#20127)
59c5aa6 is described below

commit 59c5aa6bb056f182235496968bb5fffdc1531638
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Tue Apr 6 14:43:33 2021 -0400

    set osx deploy target for v1.x wheels (#20127)
    
    Signed-off-by: Sheng Zha <zh...@amazon.com>
---
 config/distribution/darwin_cpu.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/distribution/darwin_cpu.cmake b/config/distribution/darwin_cpu.cmake
index a0c803c..4dd2f75 100644
--- a/config/distribution/darwin_cpu.cmake
+++ b/config/distribution/darwin_cpu.cmake
@@ -16,6 +16,7 @@
 # under the License.
 
 set(CMAKE_BUILD_TYPE "Distribution" CACHE STRING "Build type")
+set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum supported version of OSX.")
 set(CFLAGS "-mno-avx" CACHE STRING "CFLAGS")
 set(CXXFLAGS "-mno-avx" CACHE STRING "CXXFLAGS")