Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 37 additions & 24 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ target "build-all" {
compiler = "clang-9"
distro_version = "20.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -225,23 +225,23 @@ target "build-all" {
compiler = "clang-10"
distro_version = "20.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "clang-11"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "clang-12"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -250,7 +250,7 @@ target "build-all" {
compiler = "clang-13"
extra_packages = "llvm-13"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -259,15 +259,15 @@ target "build-all" {
compiler = "clang-14"
extra_packages = "llvm-14"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "clang-15"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -277,7 +277,7 @@ target "build-all" {
distro_version = "24.04"
extra_packages = "llvm-16"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -288,7 +288,7 @@ target "build-all" {
extra_packages = "llvm-16 xvfb"
variant = "vtk"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
mesa: ~
Expand All @@ -302,7 +302,7 @@ target "build-all" {
fc="gfortran-13"
variant = "zoltan"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
zoltan: [ -j4 ]
Expand All @@ -312,7 +312,7 @@ target "build-all" {
compiler = "clang-17"
distro_version = "24.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -321,7 +321,7 @@ target "build-all" {
compiler = "clang-18"
distro_version = "24.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -332,7 +332,7 @@ target "build-all" {
path_prefix = "/opt/doxygen/bin:"
extra_packages = "python3-jinja2 python3-pygments texlive-font-utils"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
doxygen: ['1.8.16']
mpich: [ '4.0.2', '-j4' ]
EOF
Expand All @@ -341,7 +341,7 @@ target "build-all" {
compiler = "gcc-10"
distro_version = "20.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
Expand All @@ -352,22 +352,22 @@ target "build-all" {
mpi_extra_flags = "--allow-run-as-root --oversubscribe"
variant = "openmpi"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
openmpi: ['v4.0', '4.0.4', '-j4']
EOF
},
{
compiler = "gcc-11"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "gcc-12"
extra_packages = "gcovr lcov"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
Expand All @@ -376,7 +376,7 @@ target "build-all" {
extra_packages = "gcovr lcov xvfb"
variant = "vtk"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
mesa: ~
vtk: '9.3.1'
Expand All @@ -388,7 +388,7 @@ target "build-all" {
fc="gfortran-12"
variant = "zoltan"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
zoltan: [ -j4 ]
EOF
Expand All @@ -397,15 +397,15 @@ target "build-all" {
compiler = "gcc-13"
distro_version = "24.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "gcc-14"
distro_version = "24.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
Expand All @@ -416,6 +416,7 @@ target "build-all" {
distro_version = "3.16"
extra_packages = "clang-dev"
deps = <<EOF
cmake: ['3.31.9']
mpich: [ '3.3.2', '-j4' ]
EOF
},
Expand All @@ -427,19 +428,31 @@ target "build-all" {
path_prefix = "/opt/nvcc_wrapper/build:"
variant = "cuda-12.2.0"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: { env: { CC: gcc-9, CXX: g++-9 }, args: ['4.0.2', '-j4'] }
nvcc_wrapper: ~
EOF
},
{
compiler = "gcc-13"
distro = "nvidia/cuda"
distro_version = "12.9.0-devel-ubuntu24.04"
path_prefix = "/opt/nvcc_wrapper/build:"
variant = "cuda-12.9.0"
deps = <<EOF
cmake: ['3.23.4']
mpich: { env: { CC: gcc-13, CXX: g++-13 }, args: ['4.0.2', '-j4'] }
nvcc_wrapper: ~
EOF
},
{
compiler = "gcc-9"
distro = "nvidia/cuda"
distro_version = "11.4.3-devel-ubuntu20.04"
path_prefix = "/opt/nvcc_wrapper/build:"
variant = "cuda-11.4.3"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
fmt: { env: { CC: gcc-9, CXX: g++-9 }, args: ['11.1.3', '-j4'] }
mpich: { env: { CC: gcc-9, CXX: g++-9 }, args: ['4.0.2', '-j4'] }
nvcc_wrapper: ~
Expand All @@ -454,7 +467,7 @@ target "build-all" {
ld_library_path = "/opt/intel/oneapi/tbb/latest/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/debugger/10.1.1/dep/lib:/opt/intel/oneapi/debugger/10.1.1/libipt/intel64/lib:/opt/intel/oneapi/debugger/10.1.1/gdb/intel64/lib:/opt/intel/oneapi/compiler/latest/linux/lib:/opt/intel/oneapi/compiler/latest/linux/lib/x64:/opt/intel/oneapi/compiler/latest/linux/lib/emu:/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/latest/linux/compiler/lib"
path_prefix = "/opt/intel/oneapi/dev-utilities/latest/bin:/opt/intel/oneapi/compiler/latest/linux/bin/intel64:/opt/intel/oneapi/compiler/latest/linux/bin:"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
Expand Down
Loading