Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .ci_support/linux64.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
c_stdlib_version:
- 2.17
c_stdlib:
- sysroot
cdt_name:
- cos7
c_compiler:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux64_cuda118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ cxx_compiler_version:
- 11
fortran_compiler_version:
- 11
c_stdlib:
- sysroot
c_stdlib_version:
- 2.17
cdt_name:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux64_cuda120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ cxx_compiler_version:
- 12
fortran_compiler_version:
- 12
c_stdlib:
- sysroot
c_stdlib_version:
- 2.17
cdt_name:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ c_compiler:
- clang
cxx_compiler:
- clangxx
c_stdlib:
- macosx_deployment_target
fortran_compiler:
- gfortran
go_compiler:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win64.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
go_compiler:
- go-nocgo
c_stdlib:
- vs
cgo_compiler:
- go-cgo
channel_sources:
Expand Down