Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions easybuild/easyconfigs/j/jax/jax-0.6.2-gfbf-2024a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ _jaxlib_buildopts += '--wheels=jaxlib '
_jaxlib_buildopts += '--use_clang=false --gcc_path=$CC '
# fix jaxlib version
_jaxlib_buildopts += '--bazel_options="--action_env=JAXLIB_RELEASE" '
# Workaround warning-turned-error in boringSSL, with -O3:
# https://boringssl.googlesource.com/boringssl/+/5555991d3729d4231671214f0b9ba4858a5a8a81
_jaxlib_buildopts += '--bazel_options="--copt=-Wno-dangling-pointer" '
# False positive in boringSSL writing to a buffer
_jaxlib_buildopts += '--bazel_options="--copt=-Wno-stringop-overflow" '

components = [
('jaxlib', version, {
Expand Down