Skip to content

Commit

Permalink
trying to fix delocate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dleemiller committed Jan 5, 2025
1 parent 94f1c8d commit 0140cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
export MACOSX_DEPLOYMENT_TARGET=13.0 # Matches Homebrew's libomp minimum

# Install llvm-openmp via Conda
OPENMP_URL="https://anaconda.org/conda-forge/llvm-openmp/19.1.6/download/osx-64/llvm-openmp-19.1.6-ha54dae1_0.tar.bz2"
OPENMP_URL="https://anaconda.org/conda-forge/llvm-openmp/19.1.6/download/osx-64/llvm-openmp-19.1.6-ha54dae1_0.conda"
echo "Installing llvm-openmp via Conda for x86_64..."
sudo conda create -n build $OPENMP_URL
PREFIX="$CONDA_HOME/envs/build"
Expand Down

0 comments on commit 0140cc8

Please sign in to comment.