├── .azure-pipelines ├── azure-pipelines-linux.yml └── azure-pipelines-osx.yml ├── .ci_support ├── README ├── linux_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_aarch64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_aarch64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_aarch64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_aarch64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_aarch64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_aarch64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_aarch64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_aarch64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_aarch64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_aarch64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_aarch64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_aarch64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_aarch64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_aarch64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_aarch64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_aarch64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_aarch64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_aarch64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_ppc64le_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_ppc64le_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_ppc64le_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_ppc64le_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_ppc64le_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_ppc64le_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_ppc64le_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_ppc64le_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_ppc64le_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_ppc64le_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_ppc64le_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_ppc64le_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_ppc64le_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_ppc64le_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_ppc64le_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── linux_ppc64le_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml ├── linux_ppc64le_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml ├── linux_ppc64le_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_arm64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_arm64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_arm64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_arm64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_arm64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_arm64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_arm64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_arm64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_arm64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_arm64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_arm64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_arm64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_arm64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_arm64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_arm64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml ├── osx_arm64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml ├── osx_arm64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml ├── osx_arm64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml ├── win_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml ├── win_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml └── win_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml ├── .circleci └── config.yml ├── .gitattributes ├── .github └── CODEOWNERS ├── .gitignore ├── .scripts ├── build_steps.sh ├── create_conda_build_artifacts.sh ├── logging_utils.sh ├── run_docker_build.sh └── run_osx_build.sh ├── LICENSE.txt ├── README.md ├── azure-pipelines.yml ├── conda-forge.yml └── recipe ├── LICENSE ├── build.sh ├── c11threads.c ├── conda_build_config.yaml ├── get_cpu_arch.sh ├── hello-world.cpp ├── include-fixed-math.h ├── install-conda-specs.sh ├── install-g++.sh ├── install-gcc.sh ├── install-gfortran.sh ├── install-libgcc-devel.sh ├── install-libgcc-no-gomp.sh ├── install-libgcc.sh ├── install-libgfortran.sh ├── install-libgomp.sh ├── install-libsanitizer.sh ├── install-libstdc++-devel.sh ├── install-libstdc++.sh ├── install-openmp_impl.sh ├── install-symlinks.sh ├── libgcc_s.so.ldscript ├── make_tool_links.sh ├── meta.yaml ├── patches ├── 0001-allow-commands-in-main-specfile.patch ├── 0002-patch-zoneinfo_dir_override-to-point-to-our-tzdata.patch ├── 0003-add-ldl-to-libstdc___la_LDFLAGS.patch ├── 0004-Hardcode-HAVE_ALIGNED_ALLOC-1-in-libstdc-v3-configur.patch ├── macos │ ├── 0001-GCC-13-Increase-fallback-min-macOS-version-for-libgc.patch │ ├── 0001-GCC-14-Increase-fallback-min-macOS-version-for-libgc.patch │ ├── 0001-GCC-15-Increase-fallback-min-macOS-version-for-libgc.patch │ ├── 0002-Make-stdlib-libc-the-default-for-macos-platforms.patch │ ├── 0003-Find-macos-sysroot-by-calling-xcrun.patch │ ├── fix-malloc-error.diff │ ├── gcc-13.4.0.diff │ ├── gcc-14.3.0.diff │ └── gcc-15.2.0.diff └── mingw │ ├── 13 │ ├── 0002-Relocate-libintl.patch │ ├── 0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch │ ├── 0005-Windows-Don-t-ignore-native-system-header-dir.patch │ ├── 0006-Windows-New-feature-to-allow-overriding.patch │ ├── 0007-Build-EXTRA_GNATTOOLS-for-Ada.patch │ ├── 0008-Prettify-linking-no-undefined.patch │ ├── 0011-Enable-shared-gnat-implib.patch │ ├── 0012-Handle-spaces-in-path-for-default-manifest.patch │ ├── 0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch │ ├── 0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch │ ├── 0021-PR14940-Allow-a-PCH-to-be-mapped-to-a-different-addr.patch │ ├── 0140-gcc-diagnostic-color.patch │ ├── 0200-add-m-no-align-vector-insn-option-for-i386.patch │ ├── 0300-override-builtin-printf-format.patch │ ├── 2000-enable-rust.patch │ ├── 2001-fix-building-rust-on-mingw-w64.patch │ ├── 2f7e7bfa3c6327793cdcdcb5c770b93cecd49bd0.patch │ └── 3eeb4801d6f45f6250fc77a6d3ab4e0115f8cfdd.patch │ ├── 14 │ ├── 0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch │ ├── 0005-Windows-Don-t-ignore-native-system-header-dir.patch │ ├── 0007-Build-EXTRA_GNATTOOLS-for-Ada.patch │ ├── 0008-Prettify-linking-no-undefined.patch │ ├── 0011-Enable-shared-gnat-implib.patch │ ├── 0012-Handle-spaces-in-path-for-default-manifest.patch │ ├── 0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch │ ├── 0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch │ ├── 0021-PR14940-Allow-a-PCH-to-be-mapped-to-a-different-addr.patch │ ├── 0140-gcc-diagnostic-color.patch │ ├── 0200-add-m-no-align-vector-insn-option-for-i386.patch │ └── 2001-fix-building-rust-on-mingw-w64.patch │ └── 15 │ ├── 0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch │ ├── 0005-Windows-Don-t-ignore-native-system-header-dir.patch │ ├── 0007-Build-EXTRA_GNATTOOLS-for-Ada.patch │ ├── 0008-Prettify-linking-no-undefined.patch │ ├── 0011-Enable-shared-gnat-implib.patch │ ├── 0012-Handle-spaces-in-path-for-default-manifest.patch │ ├── 0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch │ ├── 0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch │ ├── 0140-gcc-diagnostic-color.patch │ ├── 0200-add-m-no-align-vector-insn-option-for-i386.patch │ ├── 2001-fix-building-rust-on-mingw-w64.patch │ └── 9002-native-tls.patch ├── setup_compiler.sh ├── tests ├── aligned_alloc.c ├── aligned_alloc.cpp ├── fortomp │ ├── CMakeLists.txt │ ├── hello.f90 │ ├── maths.f90 │ ├── omp-threadprivate.f90 │ └── test_fort.sh ├── hello_world.c ├── hello_world.cpp ├── howdy-dso.c ├── libhowdy.c ├── libhowdy.h ├── tzdb-override.cpp └── tzdb.cpp └── yum_requirements.txt /.azure-pipelines/azure-pipelines-linux.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.azure-pipelines/azure-pipelines-linux.yml -------------------------------------------------------------------------------- /.azure-pipelines/azure-pipelines-osx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.azure-pipelines/azure-pipelines-osx.yml -------------------------------------------------------------------------------- /.ci_support/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/README -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_aarch64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_aarch64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/linux_ppc64le_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/linux_ppc64le_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformlinux-64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformlinux-aarch64cross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformlinux-ppc64lecross_target_stdlibsysrootcross_target_stdlib_version2.17gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformosx-64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformosx-arm64cross_target_stdlibNonecross_target_stdlib_version0gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/osx_arm64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/osx_arm64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.ci_support/win_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/win_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver13gcc_version13.4.0.yaml -------------------------------------------------------------------------------- /.ci_support/win_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/win_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver14gcc_version14.3.0.yaml -------------------------------------------------------------------------------- /.ci_support/win_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.ci_support/win_64_cross_target_platformwin-64cross_target_stdlibm2w64-sysrootcross_target_stdlib_version12gcc_maj_ver15gcc_version15.2.0.yaml -------------------------------------------------------------------------------- /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @beckermr @isuruf @timsnyder @xhochy -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.gitignore -------------------------------------------------------------------------------- /.scripts/build_steps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.scripts/build_steps.sh -------------------------------------------------------------------------------- /.scripts/create_conda_build_artifacts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.scripts/create_conda_build_artifacts.sh -------------------------------------------------------------------------------- /.scripts/logging_utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.scripts/logging_utils.sh -------------------------------------------------------------------------------- /.scripts/run_docker_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.scripts/run_docker_build.sh -------------------------------------------------------------------------------- /.scripts/run_osx_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/.scripts/run_osx_build.sh -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/README.md -------------------------------------------------------------------------------- /azure-pipelines.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/azure-pipelines.yml -------------------------------------------------------------------------------- /conda-forge.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/conda-forge.yml -------------------------------------------------------------------------------- /recipe/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/LICENSE -------------------------------------------------------------------------------- /recipe/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/build.sh -------------------------------------------------------------------------------- /recipe/c11threads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/c11threads.c -------------------------------------------------------------------------------- /recipe/conda_build_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/conda_build_config.yaml -------------------------------------------------------------------------------- /recipe/get_cpu_arch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/get_cpu_arch.sh -------------------------------------------------------------------------------- /recipe/hello-world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/hello-world.cpp -------------------------------------------------------------------------------- /recipe/include-fixed-math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/include-fixed-math.h -------------------------------------------------------------------------------- /recipe/install-conda-specs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-conda-specs.sh -------------------------------------------------------------------------------- /recipe/install-g++.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-g++.sh -------------------------------------------------------------------------------- /recipe/install-gcc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-gcc.sh -------------------------------------------------------------------------------- /recipe/install-gfortran.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-gfortran.sh -------------------------------------------------------------------------------- /recipe/install-libgcc-devel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-libgcc-devel.sh -------------------------------------------------------------------------------- /recipe/install-libgcc-no-gomp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-libgcc-no-gomp.sh -------------------------------------------------------------------------------- /recipe/install-libgcc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-libgcc.sh -------------------------------------------------------------------------------- /recipe/install-libgfortran.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-libgfortran.sh -------------------------------------------------------------------------------- /recipe/install-libgomp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-libgomp.sh -------------------------------------------------------------------------------- /recipe/install-libsanitizer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-libsanitizer.sh -------------------------------------------------------------------------------- /recipe/install-libstdc++-devel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-libstdc++-devel.sh -------------------------------------------------------------------------------- /recipe/install-libstdc++.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-libstdc++.sh -------------------------------------------------------------------------------- /recipe/install-openmp_impl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-openmp_impl.sh -------------------------------------------------------------------------------- /recipe/install-symlinks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/install-symlinks.sh -------------------------------------------------------------------------------- /recipe/libgcc_s.so.ldscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/libgcc_s.so.ldscript -------------------------------------------------------------------------------- /recipe/make_tool_links.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/make_tool_links.sh -------------------------------------------------------------------------------- /recipe/meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/meta.yaml -------------------------------------------------------------------------------- /recipe/patches/0001-allow-commands-in-main-specfile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/0001-allow-commands-in-main-specfile.patch -------------------------------------------------------------------------------- /recipe/patches/0002-patch-zoneinfo_dir_override-to-point-to-our-tzdata.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/0002-patch-zoneinfo_dir_override-to-point-to-our-tzdata.patch -------------------------------------------------------------------------------- /recipe/patches/0003-add-ldl-to-libstdc___la_LDFLAGS.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/0003-add-ldl-to-libstdc___la_LDFLAGS.patch -------------------------------------------------------------------------------- /recipe/patches/0004-Hardcode-HAVE_ALIGNED_ALLOC-1-in-libstdc-v3-configur.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/0004-Hardcode-HAVE_ALIGNED_ALLOC-1-in-libstdc-v3-configur.patch -------------------------------------------------------------------------------- /recipe/patches/macos/0001-GCC-13-Increase-fallback-min-macOS-version-for-libgc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/macos/0001-GCC-13-Increase-fallback-min-macOS-version-for-libgc.patch -------------------------------------------------------------------------------- /recipe/patches/macos/0001-GCC-14-Increase-fallback-min-macOS-version-for-libgc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/macos/0001-GCC-14-Increase-fallback-min-macOS-version-for-libgc.patch -------------------------------------------------------------------------------- /recipe/patches/macos/0001-GCC-15-Increase-fallback-min-macOS-version-for-libgc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/macos/0001-GCC-15-Increase-fallback-min-macOS-version-for-libgc.patch -------------------------------------------------------------------------------- /recipe/patches/macos/0002-Make-stdlib-libc-the-default-for-macos-platforms.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/macos/0002-Make-stdlib-libc-the-default-for-macos-platforms.patch -------------------------------------------------------------------------------- /recipe/patches/macos/0003-Find-macos-sysroot-by-calling-xcrun.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/macos/0003-Find-macos-sysroot-by-calling-xcrun.patch -------------------------------------------------------------------------------- /recipe/patches/macos/fix-malloc-error.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/macos/fix-malloc-error.diff -------------------------------------------------------------------------------- /recipe/patches/macos/gcc-13.4.0.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/macos/gcc-13.4.0.diff -------------------------------------------------------------------------------- /recipe/patches/macos/gcc-14.3.0.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/macos/gcc-14.3.0.diff -------------------------------------------------------------------------------- /recipe/patches/macos/gcc-15.2.0.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/macos/gcc-15.2.0.diff -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0002-Relocate-libintl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0002-Relocate-libintl.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0005-Windows-Don-t-ignore-native-system-header-dir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0005-Windows-Don-t-ignore-native-system-header-dir.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0006-Windows-New-feature-to-allow-overriding.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0006-Windows-New-feature-to-allow-overriding.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0007-Build-EXTRA_GNATTOOLS-for-Ada.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0007-Build-EXTRA_GNATTOOLS-for-Ada.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0008-Prettify-linking-no-undefined.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0008-Prettify-linking-no-undefined.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0011-Enable-shared-gnat-implib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0011-Enable-shared-gnat-implib.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0012-Handle-spaces-in-path-for-default-manifest.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0012-Handle-spaces-in-path-for-default-manifest.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0021-PR14940-Allow-a-PCH-to-be-mapped-to-a-different-addr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0021-PR14940-Allow-a-PCH-to-be-mapped-to-a-different-addr.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0140-gcc-diagnostic-color.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0140-gcc-diagnostic-color.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0200-add-m-no-align-vector-insn-option-for-i386.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0200-add-m-no-align-vector-insn-option-for-i386.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/0300-override-builtin-printf-format.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/0300-override-builtin-printf-format.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/2000-enable-rust.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/2000-enable-rust.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/2001-fix-building-rust-on-mingw-w64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/2001-fix-building-rust-on-mingw-w64.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/2f7e7bfa3c6327793cdcdcb5c770b93cecd49bd0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/2f7e7bfa3c6327793cdcdcb5c770b93cecd49bd0.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/13/3eeb4801d6f45f6250fc77a6d3ab4e0115f8cfdd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/13/3eeb4801d6f45f6250fc77a6d3ab4e0115f8cfdd.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0005-Windows-Don-t-ignore-native-system-header-dir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0005-Windows-Don-t-ignore-native-system-header-dir.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0007-Build-EXTRA_GNATTOOLS-for-Ada.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0007-Build-EXTRA_GNATTOOLS-for-Ada.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0008-Prettify-linking-no-undefined.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0008-Prettify-linking-no-undefined.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0011-Enable-shared-gnat-implib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0011-Enable-shared-gnat-implib.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0012-Handle-spaces-in-path-for-default-manifest.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0012-Handle-spaces-in-path-for-default-manifest.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0021-PR14940-Allow-a-PCH-to-be-mapped-to-a-different-addr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0021-PR14940-Allow-a-PCH-to-be-mapped-to-a-different-addr.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0140-gcc-diagnostic-color.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0140-gcc-diagnostic-color.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/0200-add-m-no-align-vector-insn-option-for-i386.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/0200-add-m-no-align-vector-insn-option-for-i386.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/14/2001-fix-building-rust-on-mingw-w64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/14/2001-fix-building-rust-on-mingw-w64.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0005-Windows-Don-t-ignore-native-system-header-dir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0005-Windows-Don-t-ignore-native-system-header-dir.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0007-Build-EXTRA_GNATTOOLS-for-Ada.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0007-Build-EXTRA_GNATTOOLS-for-Ada.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0008-Prettify-linking-no-undefined.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0008-Prettify-linking-no-undefined.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0011-Enable-shared-gnat-implib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0011-Enable-shared-gnat-implib.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0012-Handle-spaces-in-path-for-default-manifest.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0012-Handle-spaces-in-path-for-default-manifest.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0014-gcc-9-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0020-libgomp-Don-t-hard-code-MS-printf-attributes.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0140-gcc-diagnostic-color.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0140-gcc-diagnostic-color.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/0200-add-m-no-align-vector-insn-option-for-i386.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/0200-add-m-no-align-vector-insn-option-for-i386.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/2001-fix-building-rust-on-mingw-w64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/2001-fix-building-rust-on-mingw-w64.patch -------------------------------------------------------------------------------- /recipe/patches/mingw/15/9002-native-tls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/patches/mingw/15/9002-native-tls.patch -------------------------------------------------------------------------------- /recipe/setup_compiler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/setup_compiler.sh -------------------------------------------------------------------------------- /recipe/tests/aligned_alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/aligned_alloc.c -------------------------------------------------------------------------------- /recipe/tests/aligned_alloc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/aligned_alloc.cpp -------------------------------------------------------------------------------- /recipe/tests/fortomp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/fortomp/CMakeLists.txt -------------------------------------------------------------------------------- /recipe/tests/fortomp/hello.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/fortomp/hello.f90 -------------------------------------------------------------------------------- /recipe/tests/fortomp/maths.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/fortomp/maths.f90 -------------------------------------------------------------------------------- /recipe/tests/fortomp/omp-threadprivate.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/fortomp/omp-threadprivate.f90 -------------------------------------------------------------------------------- /recipe/tests/fortomp/test_fort.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/fortomp/test_fort.sh -------------------------------------------------------------------------------- /recipe/tests/hello_world.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main() { 4 | printf("hello world!\n"); 5 | } 6 | -------------------------------------------------------------------------------- /recipe/tests/hello_world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/hello_world.cpp -------------------------------------------------------------------------------- /recipe/tests/howdy-dso.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/howdy-dso.c -------------------------------------------------------------------------------- /recipe/tests/libhowdy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/libhowdy.c -------------------------------------------------------------------------------- /recipe/tests/libhowdy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/libhowdy.h -------------------------------------------------------------------------------- /recipe/tests/tzdb-override.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/tzdb-override.cpp -------------------------------------------------------------------------------- /recipe/tests/tzdb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/conda-forge/ctng-compilers-feedstock/HEAD/recipe/tests/tzdb.cpp -------------------------------------------------------------------------------- /recipe/yum_requirements.txt: -------------------------------------------------------------------------------- 1 | wget 2 | m4 3 | patch 4 | rsync 5 | sed 6 | findutils 7 | make 8 | file 9 | strace 10 | --------------------------------------------------------------------------------