diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 5202ffca..cf97c228 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -24,6 +24,10 @@ jobs: CONFIG: linux_64_mpimpichnumpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_mpimpichnumpy1.26python3.12.____cpython: + CONFIG: linux_64_mpimpichnumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_64_mpiopenmpinumpy1.22python3.10.____cpython: CONFIG: linux_64_mpiopenmpinumpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' @@ -40,6 +44,10 @@ jobs: CONFIG: linux_64_mpiopenmpinumpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_64_mpiopenmpinumpy1.26python3.12.____cpython: + CONFIG: linux_64_mpiopenmpinumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_aarch64_mpimpichnumpy1.22python3.10.____cpython: CONFIG: linux_aarch64_mpimpichnumpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' @@ -56,6 +64,10 @@ jobs: CONFIG: linux_aarch64_mpimpichnumpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64 + linux_aarch64_mpimpichnumpy1.26python3.12.____cpython: + CONFIG: linux_aarch64_mpimpichnumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64 linux_aarch64_mpiopenmpinumpy1.22python3.10.____cpython: CONFIG: linux_aarch64_mpiopenmpinumpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' @@ -72,6 +84,10 @@ jobs: CONFIG: linux_aarch64_mpiopenmpinumpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64 + linux_aarch64_mpiopenmpinumpy1.26python3.12.____cpython: + CONFIG: linux_aarch64_mpiopenmpinumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64 linux_ppc64le_mpimpichnumpy1.22python3.10.____cpython: CONFIG: linux_ppc64le_mpimpichnumpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' @@ -88,6 +104,10 @@ jobs: CONFIG: linux_ppc64le_mpimpichnumpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le + linux_ppc64le_mpimpichnumpy1.26python3.12.____cpython: + CONFIG: linux_ppc64le_mpimpichnumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le linux_ppc64le_mpiopenmpinumpy1.22python3.10.____cpython: CONFIG: linux_ppc64le_mpiopenmpinumpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' @@ -104,6 +124,10 @@ jobs: CONFIG: linux_ppc64le_mpiopenmpinumpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le + linux_ppc64le_mpiopenmpinumpy1.26python3.12.____cpython: + CONFIG: linux_ppc64le_mpiopenmpinumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-ppc64le timeoutInMinutes: 360 steps: diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index aa670fd1..34acf7cb 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -20,6 +20,9 @@ jobs: osx_64_mpimpichnumpy1.23python3.11.____cpython: CONFIG: osx_64_mpimpichnumpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' + osx_64_mpimpichnumpy1.26python3.12.____cpython: + CONFIG: osx_64_mpimpichnumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' osx_64_mpiopenmpinumpy1.22python3.10.____cpython: CONFIG: osx_64_mpiopenmpinumpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' @@ -32,6 +35,9 @@ jobs: osx_64_mpiopenmpinumpy1.23python3.11.____cpython: CONFIG: osx_64_mpiopenmpinumpy1.23python3.11.____cpython UPLOAD_PACKAGES: 'True' + osx_64_mpiopenmpinumpy1.26python3.12.____cpython: + CONFIG: osx_64_mpiopenmpinumpy1.26python3.12.____cpython + UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 steps: diff --git a/.ci_support/linux_64_mpimpichnumpy1.26python3.12.____cpython.yaml b/.ci_support/linux_64_mpimpichnumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..67742aea --- /dev/null +++ b/.ci_support/linux_64_mpimpichnumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,59 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +hdf5: +- 1.14.2 +libblas: +- 3.9 *netlib +libboost_devel: +- '1.82' +libcblas: +- 3.9 *netlib +mpi: +- mpich +mpich: +- '4' +numpy: +- '1.26' +openmpi: +- '4' +petsc: +- '3.20' +petsc4py: +- '3.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +ptscotch: +- 6.0.9 +python: +- 3.12.* *_cpython +slepc: +- '3.20' +slepc4py: +- '3.20' +suitesparse: +- '5' +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2' diff --git a/.ci_support/linux_64_mpiopenmpinumpy1.26python3.12.____cpython.yaml b/.ci_support/linux_64_mpiopenmpinumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..82fa9fba --- /dev/null +++ b/.ci_support/linux_64_mpiopenmpinumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,59 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +cdt_name: +- cos6 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +hdf5: +- 1.14.2 +libblas: +- 3.9 *netlib +libboost_devel: +- '1.82' +libcblas: +- 3.9 *netlib +mpi: +- openmpi +mpich: +- '4' +numpy: +- '1.26' +openmpi: +- '4' +petsc: +- '3.20' +petsc4py: +- '3.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +ptscotch: +- 6.0.9 +python: +- 3.12.* *_cpython +slepc: +- '3.20' +slepc4py: +- '3.20' +suitesparse: +- '5' +target_platform: +- linux-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2' diff --git a/.ci_support/linux_aarch64_mpimpichnumpy1.26python3.12.____cpython.yaml b/.ci_support/linux_aarch64_mpimpichnumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..6c3aa219 --- /dev/null +++ b/.ci_support/linux_aarch64_mpimpichnumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,63 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +c_compiler: +- gcc +c_compiler_version: +- '12' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +hdf5: +- 1.14.2 +libblas: +- 3.9 *netlib +libboost_devel: +- '1.82' +libcblas: +- 3.9 *netlib +mpi: +- mpich +mpich: +- '4' +numpy: +- '1.26' +openmpi: +- '4' +petsc: +- '3.20' +petsc4py: +- '3.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +ptscotch: +- 6.0.9 +python: +- 3.12.* *_cpython +slepc: +- '3.20' +slepc4py: +- '3.20' +suitesparse: +- '5' +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2' diff --git a/.ci_support/linux_aarch64_mpiopenmpinumpy1.26python3.12.____cpython.yaml b/.ci_support/linux_aarch64_mpiopenmpinumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..b4c5350e --- /dev/null +++ b/.ci_support/linux_aarch64_mpiopenmpinumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,63 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +c_compiler: +- gcc +c_compiler_version: +- '12' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +hdf5: +- 1.14.2 +libblas: +- 3.9 *netlib +libboost_devel: +- '1.82' +libcblas: +- 3.9 *netlib +mpi: +- openmpi +mpich: +- '4' +numpy: +- '1.26' +openmpi: +- '4' +petsc: +- '3.20' +petsc4py: +- '3.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +ptscotch: +- 6.0.9 +python: +- 3.12.* *_cpython +slepc: +- '3.20' +slepc4py: +- '3.20' +suitesparse: +- '5' +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2' diff --git a/.ci_support/linux_ppc64le_mpimpichnumpy1.26python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_mpimpichnumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..9e797c17 --- /dev/null +++ b/.ci_support/linux_ppc64le_mpimpichnumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,59 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +hdf5: +- 1.14.2 +libblas: +- 3.9 *netlib +libboost_devel: +- '1.82' +libcblas: +- 3.9 *netlib +mpi: +- mpich +mpich: +- '4' +numpy: +- '1.26' +openmpi: +- '4' +petsc: +- '3.20' +petsc4py: +- '3.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +ptscotch: +- 6.0.9 +python: +- 3.12.* *_cpython +slepc: +- '3.20' +slepc4py: +- '3.20' +suitesparse: +- '5' +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2' diff --git a/.ci_support/linux_ppc64le_mpiopenmpinumpy1.26python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_mpiopenmpinumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..08d90d76 --- /dev/null +++ b/.ci_support/linux_ppc64le_mpiopenmpinumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,59 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +hdf5: +- 1.14.2 +libblas: +- 3.9 *netlib +libboost_devel: +- '1.82' +libcblas: +- 3.9 *netlib +mpi: +- openmpi +mpich: +- '4' +numpy: +- '1.26' +openmpi: +- '4' +petsc: +- '3.20' +petsc4py: +- '3.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +ptscotch: +- 6.0.9 +python: +- 3.12.* *_cpython +slepc: +- '3.20' +slepc4py: +- '3.20' +suitesparse: +- '5' +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2' diff --git a/.ci_support/osx_64_mpimpichnumpy1.26python3.12.____cpython.yaml b/.ci_support/osx_64_mpimpichnumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..8a736e65 --- /dev/null +++ b/.ci_support/osx_64_mpimpichnumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,59 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +c_compiler: +- clang +c_compiler_version: +- '16' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '16' +hdf5: +- 1.14.2 +libblas: +- 3.9 *netlib +libboost_devel: +- '1.82' +libcblas: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +mpi: +- mpich +mpich: +- '4' +numpy: +- '1.26' +openmpi: +- '4' +petsc: +- '3.20' +petsc4py: +- '3.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +ptscotch: +- 6.0.9 +python: +- 3.12.* *_cpython +slepc: +- '3.20' +slepc4py: +- '3.20' +suitesparse: +- '5' +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2' diff --git a/.ci_support/osx_64_mpiopenmpinumpy1.26python3.12.____cpython.yaml b/.ci_support/osx_64_mpiopenmpinumpy1.26python3.12.____cpython.yaml new file mode 100644 index 00000000..5e26c19b --- /dev/null +++ b/.ci_support/osx_64_mpiopenmpinumpy1.26python3.12.____cpython.yaml @@ -0,0 +1,59 @@ +MACOSX_DEPLOYMENT_TARGET: +- '10.9' +c_compiler: +- clang +c_compiler_version: +- '16' +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- clangxx +cxx_compiler_version: +- '16' +hdf5: +- 1.14.2 +libblas: +- 3.9 *netlib +libboost_devel: +- '1.82' +libcblas: +- 3.9 *netlib +macos_machine: +- x86_64-apple-darwin13.4.0 +mpi: +- openmpi +mpich: +- '4' +numpy: +- '1.26' +openmpi: +- '4' +petsc: +- '3.20' +petsc4py: +- '3.20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +ptscotch: +- 6.0.9 +python: +- 3.12.* *_cpython +slepc: +- '3.20' +slepc4py: +- '3.20' +suitesparse: +- '5' +target_platform: +- osx-64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version +- - python + - numpy +zlib: +- '1.2' diff --git a/README.md b/README.md index 5dd04465..45431a7e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,13 @@ Current build status variant + + linux_64_mpimpichnumpy1.26python3.12.____cpython + + + variant + + linux_64_mpiopenmpinumpy1.22python3.10.____cpython @@ -92,6 +99,13 @@ Current build status variant + + linux_64_mpiopenmpinumpy1.26python3.12.____cpython + + + variant + + linux_aarch64_mpimpichnumpy1.22python3.10.____cpython @@ -120,6 +134,13 @@ Current build status variant + + linux_aarch64_mpimpichnumpy1.26python3.12.____cpython + + + variant + + linux_aarch64_mpiopenmpinumpy1.22python3.10.____cpython @@ -148,6 +169,13 @@ Current build status variant + + linux_aarch64_mpiopenmpinumpy1.26python3.12.____cpython + + + variant + + linux_ppc64le_mpimpichnumpy1.22python3.10.____cpython @@ -176,6 +204,13 @@ Current build status variant + + linux_ppc64le_mpimpichnumpy1.26python3.12.____cpython + + + variant + + linux_ppc64le_mpiopenmpinumpy1.22python3.10.____cpython @@ -204,6 +239,13 @@ Current build status variant + + linux_ppc64le_mpiopenmpinumpy1.26python3.12.____cpython + + + variant + + osx_64_mpimpichnumpy1.22python3.10.____cpython @@ -232,6 +274,13 @@ Current build status variant + + osx_64_mpimpichnumpy1.26python3.12.____cpython + + + variant + + osx_64_mpiopenmpinumpy1.22python3.10.____cpython @@ -260,6 +309,13 @@ Current build status variant + + osx_64_mpiopenmpinumpy1.26python3.12.____cpython + + + variant + +