Skip to content

Commit

Permalink
enable cuda
Browse files Browse the repository at this point in the history
MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.28.10.00.16
  • Loading branch information
stefanozampini committed Apr 28, 2024
1 parent f11dfac commit 03734e6
Show file tree
Hide file tree
Showing 39 changed files with 1,253 additions and 71 deletions.
117 changes: 93 additions & 24 deletions .azure-pipelines/azure-pipelines-linux.yml

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
hdf5:
- 1.14.3
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libptscotch:
- 7.0.4
libscotch:
- 7.0.4
metis:
- 5.1.0
mpi:
- mpich
mpich:
- '4'
mumps_mpi:
- 5.6.2
openmpi:
- '4'
pin_run_as_build:
metis:
max_pin: x.x
suitesparse:
max_pin: x.x
scalar:
- complex
suitesparse:
- '5'
superlu_dist:
- '8'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
hdf5:
- 1.14.3
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libptscotch:
- 7.0.4
libscotch:
- 7.0.4
metis:
- 5.1.0
mpi:
- mpich
mpich:
- '4'
mumps_mpi:
- 5.6.2
openmpi:
- '4'
pin_run_as_build:
metis:
max_pin: x.x
suitesparse:
max_pin: x.x
scalar:
- real
suitesparse:
- '5'
superlu_dist:
- '8'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
hdf5:
- 1.14.3
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libptscotch:
- 7.0.4
libscotch:
- 7.0.4
metis:
- 5.1.0
mpi:
- openmpi
mpich:
- '4'
mumps_mpi:
- 5.6.2
openmpi:
- '4'
pin_run_as_build:
metis:
max_pin: x.x
suitesparse:
max_pin: x.x
scalar:
- complex
suitesparse:
- '5'
superlu_dist:
- '8'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Loading

0 comments on commit 03734e6

Please sign in to comment.