Skip to content

Commit

Permalink
Merge pull request #264 from xhochy/0.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Jul 4, 2024
2 parents 0dee5ef + 1dfaf9c commit 40a461c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ build --toolchain_resolution_debug
build --define=PREFIX=${PREFIX}
build --define=PROTOBUF_INCLUDE_PATH=${PREFIX}/include
build --local_cpu_resources=${CPU_COUNT}"
build --define=with_cross_compiler_support=true
EOF

if [[ "${target_platform}" == "osx-arm64" || "${target_platform}" != "${build_platform}" ]]; then
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.4.25" %}
{% set version = "0.4.26" %}
{% set number = 0 %}

{% if cuda_compiler_version != "None" %}
Expand All @@ -13,7 +13,7 @@ package:
source:
# only pull sources after upstream PyPI release...
url: https://github.com/google/jax/archive/jaxlib-v{{ version }}.tar.gz
sha256: fc1197c401924942eb14185a61688d0c476e3e81ff71f9dc95e620b57c06eec8
sha256: ddc14da1eaa34f23430d40ad9b9585088575cac439a2fa1c6833a247e1b221fd
patches:
- patches/0001-Allow-for-custom-CUDA-build.patch
- patches/0002-xla-Support-third-party-build-of-boringssl.patch
Expand Down Expand Up @@ -41,7 +41,7 @@ requirements:
- rsync # [(cuda_compiler_version or "").startswith("12")]
# Keep bazel listed twice here to help the migrators track dependencies
- bazel
- bazel >=5.1.1,<6
- bazel 6.*
- bazel-toolchain >=0.1.10
# need protoc
- libprotobuf
Expand Down

0 comments on commit 40a461c

Please sign in to comment.