Skip to content

Commit

Permalink
Merge pull request #53 from isuruf/no-ctng
Browse files Browse the repository at this point in the history
No ctng and build GCC 10, 11
  • Loading branch information
isuruf authored Jul 23, 2021
2 parents 3d8d78f + baf8982 commit 30f3cd4
Show file tree
Hide file tree
Showing 74 changed files with 2,248 additions and 1,740 deletions.
146 changes: 121 additions & 25 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
@@ -1,53 +1,45 @@
_libgcc_mutex:
- 0.1 conda_forge
binutils_version:
- 2.36.1
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
conda_glibc_ver:
- '2.12'
ctng_binutils:
- 2.31.1
ctng_cpu_arch:
- x86_64
ctng_gcc:
- 9.3.0
ctng_kernel:
- 2.6.32
ctng_libc:
- gnu
ctng_sample:
- x86_64-centos6-linux-gnu
ctng_target_platform:
cross_target_platform:
- linux-64
ctng_vendor:
- conda
docker_image:
- quay.io/condaforge/linux-anvil-comp7
gnu:
- 2.12.2
gcc_machine:
- x86_64
gcc_vendor:
- conda
gcc_version:
- 10.3.0
glib:
- '2'
glibc_version:
- '2.12'
libgfortran_soname:
- '5'
libgomp_ver:
- 1.0.0
old_ctng_vendor:
old_gcc_vendor:
- conda_cos6
openmp_ver:
- '4.5'
target_platform:
- linux-64
use_system_gcc:
- 'False'
zip_keys:
- - cdt_name
- docker_image
- - conda_glibc_ver
- old_ctng_vendor
- gnu
- ctng_kernel
- ctng_sample
- ctng_cpu_arch
- ctng_binutils
- ctng_target_platform
- - ctng_gcc
- - gcc_version
- libgfortran_soname
- - glibc_version
- old_gcc_vendor
- gcc_machine
- cross_target_platform
Original file line number Diff line number Diff line change
@@ -1,53 +1,45 @@
_libgcc_mutex:
- 0.1 conda_forge
binutils_version:
- 2.36.1
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
conda_glibc_ver:
- '2.12'
ctng_binutils:
- 2.31.1
ctng_cpu_arch:
- x86_64
ctng_gcc:
- 8.4.0
ctng_kernel:
- 2.6.32
ctng_libc:
- gnu
ctng_sample:
- x86_64-centos6-linux-gnu
ctng_target_platform:
cross_target_platform:
- linux-64
ctng_vendor:
- conda
docker_image:
- quay.io/condaforge/linux-anvil-comp7
gnu:
- 2.12.2
gcc_machine:
- x86_64
gcc_vendor:
- conda
gcc_version:
- 11.1.0
glib:
- '2'
glibc_version:
- '2.12'
libgfortran_soname:
- '5'
libgomp_ver:
- 1.0.0
old_ctng_vendor:
old_gcc_vendor:
- conda_cos6
openmp_ver:
- '4.5'
target_platform:
- linux-64
use_system_gcc:
- 'False'
zip_keys:
- - cdt_name
- docker_image
- - conda_glibc_ver
- old_ctng_vendor
- gnu
- ctng_kernel
- ctng_sample
- ctng_cpu_arch
- ctng_binutils
- ctng_target_platform
- - ctng_gcc
- - gcc_version
- libgfortran_soname
- - glibc_version
- old_gcc_vendor
- gcc_machine
- cross_target_platform
Loading

0 comments on commit 30f3cd4

Please sign in to comment.