2 parents cb7466a + 4ab9f99 commit e17fab9Copy full SHA for e17fab9
1 file changed
easybuild/easyconfigs/j/jax/jax-0.6.2-gfbf-2024a.eb
@@ -41,6 +41,11 @@ _jaxlib_buildopts += '--wheels=jaxlib '
41
_jaxlib_buildopts += '--use_clang=false --gcc_path=$CC '
42
# fix jaxlib version
43
_jaxlib_buildopts += '--bazel_options="--action_env=JAXLIB_RELEASE" '
44
+# Workaround warning-turned-error in boringSSL, with -O3:
45
+# https://boringssl.googlesource.com/boringssl/+/5555991d3729d4231671214f0b9ba4858a5a8a81
46
+_jaxlib_buildopts += '--bazel_options="--copt=-Wno-dangling-pointer" '
47
+# False positive in boringSSL writing to a buffer
48
+_jaxlib_buildopts += '--bazel_options="--copt=-Wno-stringop-overflow" '
49
50
components = [
51
('jaxlib', version, {
0 commit comments