Skip to content

Commit

Permalink
Set JAX_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Jul 11, 2024
1 parent 6346cc9 commit b4057f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -euxo pipefail

export JAX_RELEASE=$PKG_VERSION

if [[ "${target_platform}" == osx-* ]]; then
export LDFLAGS="${LDFLAGS} -lz -framework CoreFoundation -Xlinker -undefined -Xlinker dynamic_lookup"
# Remove stdlib=libc++; this is the default and errors on C sources.
Expand Down

0 comments on commit b4057f6

Please sign in to comment.