nektarpp/nektar-env
Nektar++ build environment image.
1.4K
nektar-env
imageThis image is designed to provide a build environment for Nektar++ based on the Debian 12 (bookworm) build image. It installs all libraries to enable Nektar++ to be compiled with most/all third-party dependencies turned on. In particular we install the following development libraries:
NEKTAR_USE_MPI
)NEKTAR_USE_FFT
)NEKTAR_BUILD_PYTHON
)NEKTAR_USE_HDF5
)NEKTAR_USE_MESHGEN
)NEKTAR_USE_PETSC
)NEKTAR_USE_ARPACK
)No particular context is required to build this image -- use the command below, or similar.
docker build -t nektarpp/nektar-env -f Dockerfile .
The other dockerfiles for different operating systems and package lists are used
to provide environment images for the CI system. See .gitlab-ci.yml
for
details.
docker pull nektarpp/nektar-env