Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci committed Feb 20, 2025
1 parent b5f7080 commit 24c757c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/firedrake-install
Original file line number Diff line number Diff line change
Expand Up @@ -1304,12 +1304,6 @@ def build_and_install_jax():
log.info("Installing JAX (backend: %s)" % args.jax)
# version_name = "jax" if args.jax == "cpu" else "jax[cuda12]"
run_pip_install(["jax"] + ["jaxlib"] + ["ml_dtypes"] + ["opt_einsum"])
# Test if jaxlib is installed correctly
try:
import jax
except ImportError:
print("Failed to install jax")
raise InstallError("Failed to install jax")


def build_and_install_slepc():
Expand Down

0 comments on commit 24c757c

Please sign in to comment.