Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3e07d2f
Update to 16.0.0
RaulPPelaez Feb 3, 2025
bb24079
MNT: Re-rendered with conda-build 25.1.1, conda-smithy 3.45.4, and co…
RaulPPelaez Feb 3, 2025
1c0f964
Update meta.yaml
RaulPPelaez Feb 3, 2025
2eb6352
Update conda-forge.yml
RaulPPelaez Feb 3, 2025
c2938aa
MNT: Re-rendered with conda-build 25.1.1, conda-smithy 3.45.4, and co…
RaulPPelaez Feb 3, 2025
b49771b
Update meta
RaulPPelaez Feb 3, 2025
ca49146
Update meta
RaulPPelaez Feb 3, 2025
ac5ac89
Update conda_build_config
RaulPPelaez Feb 3, 2025
e5fbd73
MNT: Re-rendered with conda-build 25.1.1, conda-smithy 3.45.4, and co…
RaulPPelaez Feb 3, 2025
31ae256
Update conda build config
RaulPPelaez Feb 3, 2025
696c4da
Add make
RaulPPelaez Feb 3, 2025
185df6c
Update build
RaulPPelaez Feb 3, 2025
69979e3
Update
RaulPPelaez Feb 3, 2025
6c5e515
Update build
RaulPPelaez Feb 3, 2025
48f52f5
Update build
RaulPPelaez Feb 3, 2025
f96f9b8
update meta
RaulPPelaez Feb 3, 2025
fc7a79d
Update meta
RaulPPelaez Feb 3, 2025
67d1a6c
Update
RaulPPelaez Feb 4, 2025
a985171
Disable SEACAS
RaulPPelaez Feb 4, 2025
b5dfbe4
Disable example build
RaulPPelaez Feb 5, 2025
dd4d06e
Update build
RaulPPelaez Feb 6, 2025
e25bdfd
Try external kokkos
RaulPPelaez Feb 6, 2025
d5f927a
Disable some packages
RaulPPelaez Feb 6, 2025
61d01a3
Disable some deprecated packages
RaulPPelaez Feb 6, 2025
5362bea
Update build
RaulPPelaez Feb 7, 2025
38efa08
Add RaulPPelaez as maintainer
RaulPPelaez Feb 10, 2025
d10fd39
Update conda config
RaulPPelaez Feb 10, 2025
224fc85
MNT: Re-rendered with conda-build 25.1.2, conda-smithy 3.45.4, and co…
RaulPPelaez Feb 10, 2025
eab8635
Add gtest
RaulPPelaez Feb 10, 2025
5b0b176
Update build to try and use external kokkos
RaulPPelaez Feb 10, 2025
6e59e23
TPetra needs kokkos 4.3
RaulPPelaez Feb 10, 2025
16e5987
Relax kokkos version dependency
RaulPPelaez Feb 10, 2025
826c9aa
Update build
RaulPPelaez Feb 10, 2025
c40dff4
Kokkos 4.4
RaulPPelaez Feb 10, 2025
a761785
Add openmp to host
RaulPPelaez Feb 11, 2025
147f9e8
Use kokkos-kernels from conda-forge
RaulPPelaez Feb 11, 2025
f94c7cd
Typo
RaulPPelaez Feb 12, 2025
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
37 changes: 16 additions & 21 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion .ci_support/README

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 0 additions & 35 deletions .ci_support/linux_64_boost_cpp1.72.0mpimpich.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .ci_support/linux_64_boost_cpp1.72.0mpiopenmpi.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .ci_support/linux_64_boost_cpp1.74.0mpimpich.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .ci_support/linux_64_boost_cpp1.74.0mpiopenmpi.yaml

This file was deleted.

49 changes: 49 additions & 0 deletions .ci_support/linux_64_mpimpich.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
libblas:
- 3.9.* *netlib
libboost_devel:
- '1.84'
liblapack:
- 3.9.* *netlib
libmatio:
- 1.5.28
mpi:
- mpich
mpich:
- '4'
netcdf_cxx4:
- '4.3'
openmpi:
- '4'
pin_run_as_build:
netcdf-cxx4:
max_pin: x.x
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
49 changes: 49 additions & 0 deletions .ci_support/linux_64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
libblas:
- 3.9.* *netlib
libboost_devel:
- '1.84'
liblapack:
- 3.9.* *netlib
libmatio:
- 1.5.28
mpi:
- openmpi
mpich:
- '4'
netcdf_cxx4:
- '4.3'
openmpi:
- '4'
pin_run_as_build:
netcdf-cxx4:
max_pin: x.x
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
11 changes: 0 additions & 11 deletions .ci_support/migrations/boost_cpp1740.yaml

This file was deleted.

Loading