Skip to content

Commit

Permalink
Remove outdated macOS deployment target from build script. (rapidsai#…
Browse files Browse the repository at this point in the history
…5125)

Small cleanup to remove `MACOSX_DEPLOYMENT_TARGET` references from a build script (macOS is not supported by RAPIDS).

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: rapidsai#5125
  • Loading branch information
bdice authored Jan 11, 2023
1 parent b81170a commit 9f371a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions conda/recipes/libcuml/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#!/bin/bash
# Copyright (c) 2018-2022, NVIDIA CORPORATION.

if [ -n "$MACOSX_DEPLOYMENT_TARGET" ]; then
# C++11 requires 10.9
# but cudatoolkit 8 is build for 10.11
export MACOSX_DEPLOYMENT_TARGET=10.11
fi

./build.sh -n libcuml prims -v --allgpuarch

0 comments on commit 9f371a6

Please sign in to comment.