Skip to content

Commit

Permalink
Bump Python version in complex kernel to 3.12 (#3199)
Browse files Browse the repository at this point in the history
* Bump Python version in complex kernel to 3.12

* Revert auto-indentation by vscode
  • Loading branch information
jorgensd authored May 6, 2024
1 parent 29410b1 commit dbbbf91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.end-user
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG PYVISTA_VERSION=0.43.5

# Used to set the correct PYTHONPATH for the real and complex install of
# DOLFINx
ARG PYTHON_VERSION=3.10
ARG PYTHON_VERSION=3.12
# Base image for end-user images
ARG BASEIMAGE=ghcr.io/fenics/dolfinx/dev-env:current

Expand Down
2 changes: 1 addition & 1 deletion docker/complex-kernel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"PKG_CONFIG_PATH": "/usr/local/dolfinx-complex/lib/pkgconfig:$PKG_CONFIG_PATH",
"PETSC_DIR": "/usr/local/petsc/",
"PETSC_ARCH": "linux-gnu-complex128-32",
"PYTHONPATH": "/usr/local/dolfinx-complex/lib/python3.10/dist-packages:$PYTHONPATH",
"PYTHONPATH": "/usr/local/dolfinx-complex/lib/python3.12/dist-packages:$PYTHONPATH",
"LD_LIBRARY_PATH": "/usr/local/dolfinx-complex/lib:$LD_LIBRARY_PATH"
}
}

0 comments on commit dbbbf91

Please sign in to comment.