Merge pull request #258133 from samuela/samuela/jax

python3Packages.jax: fix build on aarch64-darwin
This commit is contained in:
Weijia Wang 2023-09-30 16:01:23 +02:00 committed by GitHub
commit b9b6068eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,14 @@ buildPythonPackage rec {
"test_for_loop_fixpoint_correctly_identifies_loop_varying_residuals_unrolled_for_loop"
"testQdwhWithRandomMatrix3"
"testScanGrad_jit_scan"
# See https://github.com/google/jax/issues/17867.
"test_array"
"test_async"
"test_copy0"
"test_device_put"
"test_make_array_from_callback"
"test_make_array_from_single_device_arrays"
];
disabledTestPaths = lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [