Skip to content

Commit

Permalink
check sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Mar 26, 2024
1 parent 9dd5c7c commit 157176e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions recipes/bioawk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ make CC=$CC CFLAGS="-g -Wall -O2 -I$PREFIX/include -L$PREFIX/lib"

mkdir -p $PREFIX/bin
cp bioawk $PREFIX/bin

echo "MACOSX_SDK_VERSION: "
echo $MACOSX_SDK_VERSION
echo "MACOSX_DEPLOYMENT_TARGET: "
echo $MACOSX_DEPLOYMENT_TARGET
9 changes: 4 additions & 5 deletions recipes/bioawk/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
MACOSX_DEPLOYMENT_TARGET: # [osx and arm64]
- "14.0" # [osx and arm64]
MACOSX_SDK_VERSION: # [osx and arm64]
- "14.0" # [osx and arm64]

MACOSX_DEPLOYMENT_TARGET:
- "14.0"
MACOSX_SDK_VERSION:
- "14.0"

0 comments on commit 157176e

Please sign in to comment.