From feeafaa802a2db9fe2026339151fd4d625cee82c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 9 Jul 2021 07:24:57 +0000 Subject: [PATCH 1/3] updated v12.0.1 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 948c07c..fddb870 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "11.1.0" %} +{% set version = "12.0.1" %} {% set major_ver = version.split(".")[0] %} package: @@ -8,11 +8,11 @@ package: # Not strictly needed but enables automatic updates from the bot source: url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz - sha256: 74d2529159fd118c3eac6f90107b5611bccc6f647fdea104024183e8d5e25831 + sha256: 129cb25cd13677aad951ce5c2deb0fe4afc1e9d98950f53b51bdcfb5a73afa0e build: skip: true # [win] - number: 2 + number: 0 requirements: build: From 5afa9aecd816ff28fed9a0ad9c4c4145eb9fb60f Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 9 Jul 2021 07:25:29 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.10.3, and conda-forge-pinning 2021.07.09.06.19.08 --- .azure-pipelines/azure-pipelines-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 326de31..8315776 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -5,7 +5,7 @@ jobs: - job: linux pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-latest strategy: matrix: linux_64_cross_target_platformosx-64macos_machinex86_64-apple-darwin13.4.0: From 831682df9a597191a2584326e2c345144c16163f Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 15 Jul 2021 01:10:08 +0200 Subject: [PATCH 3/3] remove 'indr' from [de]activation scripts --- recipe/activate-clang.sh | 2 +- recipe/deactivate-clang.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/activate-clang.sh b/recipe/activate-clang.sh index 0ff99e0..c03c24a 100644 --- a/recipe/activate-clang.sh +++ b/recipe/activate-clang.sh @@ -157,7 +157,7 @@ _tc_activation \ activate @CHOST@- "HOST,@CHOST@" \ "CONDA_TOOLCHAIN_HOST,@CHOST@" \ "CONDA_TOOLCHAIN_BUILD,@CBUILD@" \ - ar as checksyms indr install_name_tool libtool lipo nm nmedit otool \ + ar as checksyms install_name_tool libtool lipo nm nmedit otool \ pagestuff ranlib redo_prebinding seg_addr_table seg_hack segedit size strings strip \ clang ld \ "CC,${CC:-@CHOST@-clang}" \ diff --git a/recipe/deactivate-clang.sh b/recipe/deactivate-clang.sh index 94a9e11..e4d3f69 100644 --- a/recipe/deactivate-clang.sh +++ b/recipe/deactivate-clang.sh @@ -127,7 +127,7 @@ _tc_activation \ deactivate @CHOST@- "HOST,@CHOST@" \ "CONDA_TOOLCHAIN_HOST,@CHOST@" \ "CONDA_TOOLCHAIN_BUILD,@CBUILD@" \ - ar as checksyms indr install_name_tool libtool lipo nm nmedit otool \ + ar as checksyms install_name_tool libtool lipo nm nmedit otool \ pagestuff ranlib redo_prebinding seg_addr_table seg_hack segedit size strings strip \ clang ld \ "CC,${CC:-@CHOST@-clang}" \