Skip to content

Commit

Permalink
try 11.0 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Mar 26, 2024
1 parent 25c66b0 commit 1eec1b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/PR-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate bioconda
export MACOSX_DEPLOYMENT_TARGET=10.15
# Min arm64 support
export MACOSX_DEPLOYMENT_TARGET=11.0
# Clean up lingering build artifacts
rm -f /opt/mambaforge/envs/bioconda/conda-bld/osx-arm64/*.tar.bz2
Expand Down
7 changes: 0 additions & 7 deletions recipes/bioawk/build.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#!/bin/bash
export LIBRARY_PATH="$PREFIX/lib"
export ARCHFLAGS="-arch $(uname -m)"
export MACOSX_DEPLOYMENT_TARGET=14.0

echo "MACOSX_SDK_VERSION: "
echo $MACOSX_SDK_VERSION
echo "MACOSX_DEPLOYMENT_TARGET: "
echo $MACOSX_DEPLOYMENT_TARGET

make CC=$CC CFLAGS="-g -Wall -O2 -I$PREFIX/include -L$PREFIX/lib"

Expand Down
4 changes: 0 additions & 4 deletions recipes/bioawk/conda_build_config.yaml

This file was deleted.

0 comments on commit 1eec1b4

Please sign in to comment.