Skip to content

Commit

Permalink
Update jax-0.4.35-gfbf-2024a-CUDA-12.6.0.eb
Browse files Browse the repository at this point in the history
- comment bazel 7 problem.
- temporarily switch off tests.
  • Loading branch information
ThomasHoffmann77 authored Nov 29, 2024
1 parent b910ecb commit aa1ab42
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ toolchain = {'name': 'gfbf', 'version': '2024a'}
cuda_compute_capabilities = ["5.0", "6.0", "6.1", "7.0", "7.5", "8.0", "8.6", "9.0"]

builddependencies = [
# ('Bazel', '7.4.1'), TODO: problems with py. 6.5.0 works.
# ('Bazel', '7.4.1'), TODO: problems with @@local_config_python//:py3_runtime:
# Error in fail: interpreter_path must be an absolute path
# Bazel 6.5.0 (download) works.
('pybind11', '2.13.6'), # 2.12.0 ? SciPy-bundle has pybind/2.12.0. Fix: change to builddependency in SciPy-bundle?
('pytest-xdist', '3.6.1'),
('git', '2.45.1'), # bazel uses git to fetch repositories
Expand Down Expand Up @@ -155,7 +157,8 @@ exts_list = [
{'jax-v0.4.35.tar.gz': '65e086708ae56670676b7b2340ad82b901d8c9993d1241a839c8990bdb8d6212'},
{'jax-0.4.35_version.patch': 'cd2139a7802abf14b4b2cecee331aed80fff2ef91e16fa105093aea0795455e8'},
],
'runtest': local_test,
# 'runtest': local_test,
'runtest': False, # tmp
'preinstallopts': _no_devtag
}),
]
Expand Down

0 comments on commit aa1ab42

Please sign in to comment.