From 881b5b5bccf270af7cf2b05cb83d952487a1ace5 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 29 Jun 2023 23:22:10 +0200 Subject: [PATCH] Add Continuous Integration (#3) --- .github/workflows/ci.yml | 61 + cmake/Findonnxruntime.cmake | 34 + onnx-cpp-benchmark.cpp | 4 +- pixi.lock | 7348 ++++++++++++++--------------------- pixi.toml | 29 +- 5 files changed, 3065 insertions(+), 4411 deletions(-) create mode 100644 .github/workflows/ci.yml create mode 100644 cmake/Findonnxruntime.cmake diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..8544cfa --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,61 @@ +name: C++ CI Workflow + +on: + push: + pull_request: + schedule: + # * is a special character in YAML so you have to quote this string + # Execute a "nightly" build at 2 AM UTC + - cron: '0 2 * * *' + +jobs: + build: + name: '[${{ matrix.os }}@conda]' + runs-on: ${{ matrix.os }} + strategy: + matrix: + build_type: [Release] + os: [ubuntu-latest, windows-2019, macos-latest] + fail-fast: false + + steps: + - uses: actions/checkout@v2 + + - name: Install pixi [Linux&macOS] + if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu') + shell: bash -l {0} + run: | + curl -fsSL https://github.com/raw/prefix-dev/pixi/main/install/install.sh | bash + echo "$HOME/.pixi/bin" >> $GITHUB_PATH + + - name: Install pixi [Windows] + if: contains(matrix.os, 'windows') + shell: pwsh + run: | + iwr -useb https://github.com/raw/prefix-dev/pixi/main/install/install.ps1 | iex + "$env:LOCALAPPDATA\pixi\bin" >> $env:GITHUB_PATH + + - name: Build + shell: bash -l {0} + run: | + # As of pixi 0.0.5 the dependency does not work nicely + pixi run build + + - name: Run + if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu') + run: | + # pixi run onnx-cpp-benchmark --help + # manually running onnx-cpp-benchmark as a workaround for https://github.com/prefix-dev/pixi/issues/157 + ./.build/onnx-cpp-benchmark --help + + # Workaround for https://github.com/prefix-dev/pixi/issues/157 + - name: Setup for Run + if: contains(matrix.os, 'windows') + run: | + "D:\a\onnx-cpp-benchmark\onnx-cpp-benchmark\.pixi\env\Library\bin" >> $env:GITHUB_PATH + + - name: Run + if: contains(matrix.os, 'windows') + run: | + cd .build + .\onnx-cpp-benchmark --help diff --git a/cmake/Findonnxruntime.cmake b/cmake/Findonnxruntime.cmake new file mode 100644 index 0000000..d19a9b2 --- /dev/null +++ b/cmake/Findonnxruntime.cmake @@ -0,0 +1,34 @@ +# SPDX-FileCopyrightText: 2023 Giulio Romualdi +# SPDX-License-Identifier: BSD-3-Clause + +#[=======================================================================[.rst: +Findonnxruntime +----------- + +The following imported targets are created: + +onnxruntime::onnxruntime + +#]=======================================================================] + +include(FindPackageHandleStandardArgs) + +find_path(onnxruntime_INCLUDE_DIR + NAMES onnxruntime_cxx_api.h + PATH_SUFFIXES onnxruntime/core/session) +mark_as_advanced(onnxruntime_INCLUDE_DIR) +find_library(onnxruntime_LIBRARY + NAMES onnxruntime onnxruntime_conda) +mark_as_advanced(onnxruntime_LIBRARY) + +find_package_handle_standard_args(onnxruntime DEFAULT_MSG onnxruntime_INCLUDE_DIR onnxruntime_LIBRARY) + +if(onnxruntime_FOUND) + if(NOT TARGET onnxruntime::onnxruntime) + add_library(onnxruntime::onnxruntime UNKNOWN IMPORTED) + set_target_properties(onnxruntime::onnxruntime PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${onnxruntime_INCLUDE_DIR}") + set_property(TARGET onnxruntime::onnxruntime PROPERTY + IMPORTED_LOCATION "${onnxruntime_LIBRARY}") + endif() +endif() diff --git a/onnx-cpp-benchmark.cpp b/onnx-cpp-benchmark.cpp index 4ca5606..11bff2d 100644 --- a/onnx-cpp-benchmark.cpp +++ b/onnx-cpp-benchmark.cpp @@ -168,7 +168,7 @@ int main(int argc, char* argv[]) CLI::App app{"onnx-cpp-benchmark: Simple tool to profile onnx inference with C++ APis."}; // Read the parameters from the command line arguments - std::string onnxfilepath = argv[1]; + std::string onnxfilepath; // Number of inputs fed to the network fed to the network in one inference run int64_t nrOfParallelInputsInOneIteration = 10; @@ -388,4 +388,4 @@ int main(int argc, char* argv[]) } return 0; -} \ No newline at end of file +} diff --git a/pixi.lock b/pixi.lock index b89aedb..509c621 100644 --- a/pixi.lock +++ b/pixi.lock @@ -20,26 +20,37 @@ metadata: inputs_metadata: null custom_metadata: null package: -- name: cli11 - version: 2.3.2 +- name: cmake + version: 3.26.4 manager: conda platform: linux-aarch64 dependencies: + libuv: '*' + libcurl: '>=8.1.0,<9.0a0' + libzlib: '>=1.2.13,<1.3.0a0' libgcc-ng: '>=12' + expat: '*' + libexpat: '>=2.5.0,<3.0a0' + rhash: '*' + bzip2: '>=1.0.8,<2.0a0' libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cli11-2.3.2-hd600fc2_0.conda + ncurses: '>=6.3,<7.0a0' + xz: '>=5.2.6,<6.0a0' + zlib: '*' + zstd: '>=1.5.2,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cmake-3.26.4-hef020d8_0.conda hash: - md5: 889ca2f3f30f316b8d02b1ded288f340 - sha256: d05282931aebf9ead9dfaffac28bf2f3d0e1c60230da3e8e0b1fa35754e0b437 + md5: 8198d47d180d775639809145e31870a4 + sha256: bd53a3d5255ff106f6aea125217731ae062f3e1017b743069ccde351ed6a0929 optional: false category: main - build: hd600fc2_0 + build: hef020d8_0 subdir: linux-aarch64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 75415 - timestamp: 1672846134205 + size: 16028057 + timestamp: 1684460708828 - name: compilers version: 1.5.2 manager: conda @@ -61,506 +72,352 @@ package: license_family: BSD size: 6668 timestamp: 1670951462547 -- name: c-compiler - version: 1.5.2 +- name: ninja + version: 1.11.1 manager: conda platform: linux-aarch64 dependencies: - gcc: '*' - gcc_linux-aarch64: 11.* - binutils: '*' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-compiler-1.5.2-hb4cce97_0.conda + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ninja-1.11.1-hdd96247_0.conda hash: - md5: ea29c067379169a815018c1c94a05b9e - sha256: 3c63e0126e5a21e62bff541253a6c235b7130e984f39b2fa6acc3773d744ff23 + md5: 58f4c67113cda9171e3c03d3e62731e1 + sha256: 2ba2e59f619c58d748f4b1b858502587691a7ed0fa9ac2c26ac04091908d95ae optional: false category: main - build: hb4cce97_0 + build: hdd96247_0 subdir: linux-aarch64 build_number: 0 - license: BSD - size: 5858 - timestamp: 1670951457291 -- name: cxx-compiler - version: 1.5.2 + license: Apache-2.0 + license_family: Apache + size: 2398482 + timestamp: 1676839419214 +- name: cli11 + version: 2.3.2 manager: conda platform: linux-aarch64 dependencies: - c-compiler: ==1.5.2 hb4cce97_0 - gxx: '*' - gxx_linux-aarch64: 11.* - url: https://conda.anaconda.org/conda-forge/linux-aarch64/cxx-compiler-1.5.2-h4c384f3_0.conda + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cli11-2.3.2-hd600fc2_0.conda hash: - md5: 8ce6c4bc31f879baedd1f726f430fa6a - sha256: a2560d134c72f29f193ec195f25e774a6855c8bc1588427abfdfbb52c6769620 + md5: 889ca2f3f30f316b8d02b1ded288f340 + sha256: d05282931aebf9ead9dfaffac28bf2f3d0e1c60230da3e8e0b1fa35754e0b437 optional: false category: main - build: h4c384f3_0 + build: hd600fc2_0 subdir: linux-aarch64 build_number: 0 - license: BSD - size: 5837 - timestamp: 1670951459120 -- name: fortran-compiler - version: 1.5.2 + license: BSD-3-Clause + license_family: BSD + size: 75415 + timestamp: 1672846134205 +- name: onnxruntime-cpp + version: 1.15.1 manager: conda platform: linux-aarch64 dependencies: - gfortran: '*' - gfortran_linux-aarch64: 11.* - c-compiler: ==1.5.2 hb4cce97_0 - binutils: '*' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/fortran-compiler-1.5.2-h878be85_0.conda + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/onnxruntime-cpp-1.15.1-h63a505c_1.conda hash: - md5: 0fc27753a4f9b39286bd58ce8870605e - sha256: e9d8407d1a4030b3faef9a7278cea55de3343f2507680ef673d32dff14d9060b + md5: 617654cb4129408c25f4c59d2302c178 + sha256: 3390b9b0adf8816b77d1802ba55469ce6d5589241116e51a67e3d30444264ce8 optional: false category: main - build: h878be85_0 + build: h63a505c_1 subdir: linux-aarch64 - build_number: 0 - license: BSD - size: 5880 - timestamp: 1670951460974 -- name: onnxruntime - version: 1.15.1 + build_number: 1 + license: MIT AND BSL-1.0 + size: 7564713 + timestamp: 1687342702090 +- name: pkg-config + version: 0.29.2 manager: conda platform: linux-aarch64 dependencies: - python-flatbuffers: '*' - python: '>=3.11,<3.12.0a0 *_cpython' - coloredlogs: '*' - python_abi: 3.11.* *_cp311 - libgcc-ng: '>=12' - sympy: '*' - numpy: '>=1.23.5,<2.0a0' - libstdcxx-ng: '>=12' - packaging: '*' - protobuf: '*' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/onnxruntime-1.15.1-py311h6506fcc_1.conda + libgcc-ng: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pkg-config-0.29.2-hb9de7d4_1008.tar.bz2 hash: - md5: 603cbce08c58f87b9208bdb45a3d805b - sha256: 563e966bccaf14636cb1c93b462dc0d7ecf64b838e7753faffdcf22c2e0d417f + md5: 1d0a81d5da1378d9b989383556c20eac + sha256: 0d6af1ebd78e231281f570ad7ddd1e2789e485c94fba6b5cef4e8ad23ff7f3bf optional: false category: main - build: py311h6506fcc_1 + build: hb9de7d4_1008 subdir: linux-aarch64 - build_number: 1 - license: MIT AND BSL-1.0 - size: 4905948 - timestamp: 1687342657983 -- name: binutils - version: '2.40' + build_number: 1008 + license: GPL-2.0-or-later + license_family: GPL + size: 298687 + timestamp: 1604185362484 +- name: expat + version: 2.5.0 manager: conda platform: linux-aarch64 dependencies: - binutils_impl_linux-aarch64: '>=2.40,<2.41.0a0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils-2.40-h64c2a2e_0.conda + libexpat: ==2.5.0 hd600fc2_1 + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/expat-2.5.0-hd600fc2_1.conda hash: - md5: 50083e4c6e024fcb0b0dd195204276a3 - sha256: 624f6e9dd9cf651d9fd6ed3a7c1af38ea60aaa3213b35f14c088d8de37ffda5e + md5: 6dfca4be3e0080934b1105d009747e98 + sha256: a00bae815836f8fc73e47701c25998be81284dcefab28e002efde68e0bb7eee0 optional: false category: main - build: h64c2a2e_0 + build: hd600fc2_1 subdir: linux-aarch64 - build_number: 0 - license: GPL-3.0-only - license_family: GPL - size: 30742 - timestamp: 1674833883570 -- name: binutils_impl_linux-aarch64 - version: '2.40' + build_number: 1 + license: MIT + license_family: MIT + size: 126442 + timestamp: 1680190687808 +- name: libuv + version: 1.44.2 manager: conda platform: linux-aarch64 dependencies: - ld_impl_linux-aarch64: ==2.40 h2d8c526_0 - sysroot_linux-aarch64: '*' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_impl_linux-aarch64-2.40-h870a726_0.conda + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuv-1.44.2-h4e544f5_0.tar.bz2 hash: - md5: 1945203dbddc28b0080c5129a3a704b1 - sha256: 43a69e65a7d66fe9f6f17f71814eef807c94f2bc60c7892e6658498cb3759e13 + md5: 58b9dbd5d4bd100e278c3d7e1976f566 + sha256: 47c11ad11fb1f07052d18190e7e53482bbe171c37047a68fa47a1250945c7195 optional: false category: main - build: h870a726_0 + build: h4e544f5_0 subdir: linux-aarch64 build_number: 0 - license: GPL-3.0-only - license_family: GPL - size: 5535072 - timestamp: 1674833858298 -- name: ld_impl_linux-aarch64 - version: '2.40' + license: MIT + license_family: MIT + size: 933895 + timestamp: 1657719388169 +- name: rhash + version: 1.4.3 manager: conda platform: linux-aarch64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h2d8c526_0.conda + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/rhash-1.4.3-h4e544f5_0.tar.bz2 hash: - md5: 16246d69e945d0b1969a6099e7c5d457 - sha256: 1ba06e8645094b340b4aee23603a6abb1b0383788180e65f3de34e655c5f577c + md5: 4d445132080ab5a0c158349a7f6362e5 + sha256: cc901efa2168e4196d1bd7ca3d72381c71a54d8a618b0e658d8abd5667b0ddd5 optional: false category: main - build: h2d8c526_0 + build: h4e544f5_0 subdir: linux-aarch64 build_number: 0 - constrains: - - binutils_impl_linux-aarch64 2.40 - license: GPL-3.0-only - license_family: GPL - size: 738776 - timestamp: 1674833843183 -- name: gcc_linux-aarch64 - version: 11.4.0 + license: MIT + license_family: MIT + size: 219265 + timestamp: 1655256282009 +- name: zlib + version: 1.2.13 manager: conda platform: linux-aarch64 dependencies: - gcc_impl_linux-aarch64: 11.4.0.* - sysroot_linux-aarch64: '*' - binutils_linux-aarch64: ==2.40 h94bbfa1_0 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_linux-aarch64-11.4.0-h2fab22c_0.conda + libzlib: ==1.2.13 h31becfc_5 + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zlib-1.2.13-h31becfc_5.conda hash: - md5: cf7cad7c6c707a0de7ffe845fe9a4e80 - sha256: 86544fb759dbe8ae8284d38c0f652235e209de393ce1bc5381a31d7e9c3172f4 + md5: 96866c7301479abaf8308c50958c71a4 + sha256: aa3e9d46b13d1959faf634f03d929d7dec950dc1b84a8ff109f7f0e3f364b562 optional: false category: main - build: h2fab22c_0 + build: h31becfc_5 subdir: linux-aarch64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 29978 - timestamp: 1686453346801 -- name: gfortran_linux-aarch64 - version: 11.4.0 + build_number: 5 + license: Zlib + license_family: Other + size: 95842 + timestamp: 1686575155348 +- name: libcurl + version: 8.1.2 manager: conda platform: linux-aarch64 dependencies: - sysroot_linux-aarch64: '*' - gfortran_impl_linux-aarch64: 11.4.0.* - gcc_linux-aarch64: ==11.4.0 h2fab22c_0 - binutils_linux-aarch64: ==2.40 h94bbfa1_0 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gfortran_linux-aarch64-11.4.0-h0d0feef_0.conda + libssh2: '>=1.10.0,<2.0a0' + zstd: '>=1.5.2,<1.6.0a0' + libnghttp2: '>=1.52.0,<2.0a0' + openssl: '>=3.1.0,<4.0a0' + krb5: '>=1.20.1,<1.21.0a0' + libgcc-ng: '>=12' + libzlib: '>=1.2.13,<1.3.0a0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcurl-8.1.2-hc34909b_0.conda hash: - md5: 414236b3385d134e13b41858e5ecbe24 - sha256: 43c9f15b76c08ffbd48ee126250d79ac8142dc1530fd244ebb478381b3199897 + md5: 1967e1a5fc2fc9f5b2e0863bd64a7819 + sha256: 488aca4dc8244f6105fe4d929eb2bd68c16e76472af43b819366919b7397cdfd optional: false category: main - build: h0d0feef_0 + build: hc34909b_0 subdir: linux-aarch64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 28414 - timestamp: 1686453378361 -- name: gxx_linux-aarch64 - version: 11.4.0 + license: curl + license_family: MIT + size: 381535 + timestamp: 1685447760494 +- name: libnghttp2 + version: 1.52.0 manager: conda platform: linux-aarch64 dependencies: - gxx_impl_linux-aarch64: 11.4.0.* - sysroot_linux-aarch64: '*' - gcc_linux-aarch64: ==11.4.0 h2fab22c_0 - binutils_linux-aarch64: ==2.40 h94bbfa1_0 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_linux-aarch64-11.4.0-hd6b6b29_0.conda + libstdcxx-ng: '>=12' + c-ares: '>=1.18.1,<2.0a0' + libev: '>=4.33,<4.34.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + libgcc-ng: '>=12' + openssl: '>=3.0.8,<4.0a0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnghttp2-1.52.0-h250e5c5_0.conda hash: - md5: 21fec6e351de6aa220151d89188c1199 - sha256: cf527a5573468cee2668070f8cf4ca407f2a8c5182a0e7c549f117f664d94b33 + md5: bfacd7a58ed56ff30d9454d32513d8d3 + sha256: aebb40d3ea3540deca76195bdd8023509eec21f456e609a5e71dee91385243e6 optional: false category: main - build: hd6b6b29_0 + build: h250e5c5_0 subdir: linux-aarch64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 28293 - timestamp: 1686453388038 -- name: binutils_linux-aarch64 - version: '2.40' + license: MIT + license_family: MIT + size: 672510 + timestamp: 1677678259898 +- name: zstd + version: 1.5.2 manager: conda platform: linux-aarch64 dependencies: - binutils_impl_linux-aarch64: 2.40.* - sysroot_linux-aarch64: '*' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_linux-aarch64-2.40-h94bbfa1_0.conda + libzlib: '>=1.2.13,<1.3.0a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/zstd-1.5.2-h44f6412_6.conda hash: - md5: dc6a89facea40a0528b4fb074d1510b6 - sha256: 07ff98f11658ed6b15b6658e8153ebf00a0c1b21450c646dfcb070224778e451 + md5: 6d0d1cd6d184129eabb96bb220afb5b2 + sha256: d06afa18c6789d29f1d74990d0b2b68ada43665a419deb617d6440368bd951fc optional: false category: main - build: h94bbfa1_0 + build: h44f6412_6 subdir: linux-aarch64 - build_number: 0 + build_number: 6 license: BSD-3-Clause license_family: BSD - size: 27877 - timestamp: 1686453029160 -- name: gcc_impl_linux-aarch64 - version: 11.4.0 + size: 399337 + timestamp: 1674244705663 +- name: c-ares + version: 1.19.1 manager: conda platform: linux-aarch64 dependencies: - binutils_impl_linux-aarch64: '>=2.39' - libsanitizer: ==11.4.0 h6bfd624_0 - libgcc-devel_linux-aarch64: ==11.4.0 h7ce4923_0 - libgomp: '>=11.4.0' - libstdcxx-ng: '>=11.4.0' - libgcc-ng: '>=11.4.0' - sysroot_linux-aarch64: '*' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_impl_linux-aarch64-11.4.0-h0207d0b_0.conda + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-ares-1.19.1-h31becfc_0.conda hash: - md5: 19ee4991197e3dc4bda15499a35e5e14 - sha256: 8f74c7b33ee89d8b0df2ee7f7e2ef2e614798e55a0dfe7d97660d6ad9b6494f1 + md5: 92eb241dd6b9d9b782a299fdb95bc699 + sha256: 530f73a1facfb202dd3596176293f9e12f41c1194adc1c0fab84b71df4f66772 optional: false category: main - build: h0207d0b_0 + build: h31becfc_0 subdir: linux-aarch64 build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 43401649 - timestamp: 1685829129293 -- name: gfortran_impl_linux-aarch64 - version: 11.4.0 + license: MIT + license_family: MIT + size: 117368 + timestamp: 1684782807051 +- name: libev + version: '4.33' manager: conda platform: linux-aarch64 dependencies: - gcc_impl_linux-aarch64: '>=11.4.0' - libgfortran5: '>=11.4.0' - libstdcxx-ng: '>=4.9' - sysroot_linux-aarch64: '*' - libgcc-ng: '>=4.9' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gfortran_impl_linux-aarch64-11.4.0-h0daa7fb_0.conda + libgcc-ng: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libev-4.33-h516909a_1.tar.bz2 hash: - md5: 4ddc9cdd9c0bc73164da0f8af4925b25 - sha256: 7eac7987cc35a6eb2dab395eb41b2144a1bf5b271e5fdfb953f0962daa44d608 + md5: 9eac5901791494108c9b9ab85ca8aa93 + sha256: b9e8bcd26f0b0ded4c43232d55048bab910a4268197757f2368458759d9f3ef9 optional: false category: main - build: h0daa7fb_0 + build: h516909a_1 subdir: linux-aarch64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 11734888 - timestamp: 1685829268717 -- name: gxx_impl_linux-aarch64 - version: 11.4.0 + build_number: 1 + license: BSD-2-Clause + license_family: BSD + size: 105581 + timestamp: 1598868068767 +- name: libssh2 + version: 1.11.0 manager: conda platform: linux-aarch64 dependencies: - gcc_impl_linux-aarch64: ==11.4.0 h0207d0b_0 - libstdcxx-devel_linux-aarch64: ==11.4.0 h7ce4923_0 - sysroot_linux-aarch64: '*' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_impl_linux-aarch64-11.4.0-h0207d0b_0.conda + libzlib: '>=1.2.13,<1.3.0a0' + libgcc-ng: '>=12' + openssl: '>=3.1.1,<4.0a0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libssh2-1.11.0-h492db2e_0.conda hash: - md5: 9bb6b24ae3660244ac2399718454cca3 - sha256: 88e3c404506eddac83d01df0d94b4ded897fe36ca5d19ab8c753dbbf62b49ab9 + md5: 45532845e121677ad328c9af9953f161 + sha256: 409163dd4a888b9266369f1bce57b5ca56c216e34249637c3e10eb404e356171 optional: false category: main - build: h0207d0b_0 - subdir: linux-aarch64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 11128650 - timestamp: 1685829325966 -- name: libgcc-devel_linux-aarch64 - version: 11.4.0 - manager: conda - platform: linux-aarch64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-devel_linux-aarch64-11.4.0-h7ce4923_0.conda - hash: - md5: 3c0dae9739b34420f0f571739f5a9c7c - sha256: 4046af052d0c5a8688253dcd38649ebfa12d0de4d51528ba925e0da91bebea95 - optional: false - category: main - build: h7ce4923_0 - subdir: linux-aarch64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 232551 - timestamp: 1685828926 -- name: libsanitizer - version: 11.4.0 - manager: conda - platform: linux-aarch64 - dependencies: - libgcc-ng: '>=11.4.0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsanitizer-11.4.0-h6bfd624_0.conda - hash: - md5: 76ea160a6b1d7abfd9deb7ab1c76a890 - sha256: 335f9c58f608cc6a01789dfb5189e7acc399fdc54660977609921ce82242de83 - optional: false - category: main - build: h6bfd624_0 - subdir: linux-aarch64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3697242 - timestamp: 1685829048834 -- name: libstdcxx-devel_linux-aarch64 - version: 11.4.0 - manager: conda - platform: linux-aarch64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-devel_linux-aarch64-11.4.0-h7ce4923_0.conda - hash: - md5: 61652e23745cd7b3793992539576b40f - sha256: 4b31df3c34b95bfee77114f17dc8f39374f902a6124e97182e78ec95f48468b1 - optional: false - category: main - build: h7ce4923_0 - subdir: linux-aarch64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 6849557 - timestamp: 1685828976761 -- name: gfortran - version: 11.4.0 - manager: conda - platform: linux-aarch64 - dependencies: - gcc: 11.4.0.* - gcc_impl_linux-aarch64: 11.4.0.* - gfortran_impl_linux-aarch64: 11.4.0.* - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gfortran-11.4.0-hacd8e1d_0.conda - hash: - md5: 7261fea52122550d94654d9c1777d9a5 - sha256: d30cd5ebf7f05e227112d46f5204f124f25909dd5d2e70e60892026a3a9b7352 - optional: false - category: main - build: hacd8e1d_0 + build: h492db2e_0 subdir: linux-aarch64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 26256 - timestamp: 1686453356602 -- name: gcc - version: 11.4.0 + size: 284335 + timestamp: 1685837600415 +- name: c-compiler + version: 1.5.2 manager: conda platform: linux-aarch64 dependencies: - gcc_impl_linux-aarch64: 11.4.0.* - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc-11.4.0-h13ac8a1_0.conda + gcc: '*' + gcc_linux-aarch64: 11.* + binutils: '*' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/c-compiler-1.5.2-hb4cce97_0.conda hash: - md5: 23c984e4db18b2bf0cef6fb8cb98dfb8 - sha256: 25b936d27473b7c5acec2c567ef4a14d1bf22719035ea2ff4aab89da48e65979 + md5: ea29c067379169a815018c1c94a05b9e + sha256: 3c63e0126e5a21e62bff541253a6c235b7130e984f39b2fa6acc3773d744ff23 optional: false category: main - build: h13ac8a1_0 + build: hb4cce97_0 subdir: linux-aarch64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 26778 - timestamp: 1686453065111 -- name: gxx - version: 11.4.0 + license: BSD + size: 5858 + timestamp: 1670951457291 +- name: cxx-compiler + version: 1.5.2 manager: conda platform: linux-aarch64 dependencies: - gcc: 11.4.0.* - gxx_impl_linux-aarch64: 11.4.0.* - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx-11.4.0-h13ac8a1_0.conda + c-compiler: ==1.5.2 hb4cce97_0 + gxx: '*' + gxx_linux-aarch64: 11.* + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cxx-compiler-1.5.2-h4c384f3_0.conda hash: - md5: 9af986f4fd0a2a4483d14e4fb2947dae - sha256: 4e770218d5769e1d31c5d1050c5a6d434a63fd88a5acc5ee70f2bfe895e3e139 + md5: 8ce6c4bc31f879baedd1f726f430fa6a + sha256: a2560d134c72f29f193ec195f25e774a6855c8bc1588427abfdfbb52c6769620 optional: false category: main - build: h13ac8a1_0 + build: h4c384f3_0 subdir: linux-aarch64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 26278 - timestamp: 1686453368253 -- name: python-flatbuffers - version: 23.5.26 - manager: conda - platform: linux-aarch64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-23.5.26-pyhd8ed1ab_0.conda - hash: - md5: 131dd3656f3b731ab852fc66d3c41058 - sha256: 6d2fdc92fce4124e2d32403b71da89e9f3e65393670d74466b4ff4843434392e - optional: false - category: main - build: pyhd8ed1ab_0 - subdir: noarch - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 34110 - timestamp: 1685164237787 -- name: coloredlogs - version: 15.0.1 - manager: conda - platform: linux-aarch64 - dependencies: - python: '>=3.7' - humanfriendly: '>=9.1' - url: https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_3.tar.bz2 - hash: - md5: 7b4fc18b7f66382257c45424eaf81935 - sha256: 0bb37abbf3367add8a8e3522405efdbd06605acfc674488ef52486968f2c119d - optional: false - category: main - build: pyhd8ed1ab_3 - subdir: noarch - build_number: 3 - license: MIT - license_family: MIT - noarch: python - size: 40569 - timestamp: 1643220223971 -- name: packaging - version: '23.1' + license: BSD + size: 5837 + timestamp: 1670951459120 +- name: fortran-compiler + version: 1.5.2 manager: conda platform: linux-aarch64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda + gfortran: '*' + gfortran_linux-aarch64: 11.* + c-compiler: ==1.5.2 hb4cce97_0 + binutils: '*' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/fortran-compiler-1.5.2-h878be85_0.conda hash: - md5: 91cda59e66e1e4afe9476f8ef98f5c30 - sha256: ded536a96a00d45a693dbc2971bb688248324dadd129eddda2100e177583d768 + md5: 0fc27753a4f9b39286bd58ce8870605e + sha256: e9d8407d1a4030b3faef9a7278cea55de3343f2507680ef673d32dff14d9060b optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: h878be85_0 + subdir: linux-aarch64 build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 46098 - timestamp: 1681337144376 -- name: sympy - version: '1.12' - manager: conda - platform: linux-aarch64 - dependencies: - mpmath: '>=0.19' - python: '>=3.8' - gmpy2: '>=2.0.8' - __unix: '*' - url: https://conda.anaconda.org/conda-forge/noarch/sympy-1.12-pypyh9d50eac_103.conda - hash: - md5: 2f7d6347d7acf6edf1ac7f2189f44c8f - sha256: 0025dd4e6411423903bf478d1b9fbff0cbbbe546f51c9375dfd6729ef2e1a1ac - optional: false - category: main - build: pypyh9d50eac_103 - subdir: noarch - build_number: 103 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 4256289 - timestamp: 1684180689319 + license: BSD + size: 5880 + timestamp: 1670951460974 - name: libgcc-ng version: 13.1.0 manager: conda @@ -582,24 +439,6 @@ package: license_family: GPL size: 457129 timestamp: 1685829492034 -- name: libgomp - version: 13.1.0 - manager: conda - platform: linux-aarch64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.1.0-h2b4548d_0.conda - hash: - md5: eb95b60cbf85783b0fdd3fab2d8c320f - sha256: 4a460e51b7bc4fa310c68c26d2f6ecf9b9a32524eb8a2c69566a318b04da8a88 - optional: false - category: main - build: h2b4548d_0 - subdir: linux-aarch64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 422696 - timestamp: 1685829411811 - name: libstdcxx-ng version: 13.1.0 manager: conda @@ -618,759 +457,625 @@ package: license_family: GPL size: 3755124 timestamp: 1685829533373 -- name: python - version: 3.11.4 +- name: libzlib + version: 1.2.13 manager: conda platform: linux-aarch64 dependencies: - openssl: '>=3.1.1,<4.0a0' - readline: '>=8.2,<9.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libnsl: '>=2.0.0,<2.1.0a0' - libsqlite: '>=3.42.0,<4.0a0' - libexpat: '>=2.5.0,<3.0a0' libgcc-ng: '>=12' - libuuid: '>=2.38.1,<3.0a0' - xz: '>=5.2.6,<6.0a0' - ncurses: '>=6.4,<7.0a0' - ld_impl_linux-aarch64: '>=2.36.1' - tzdata: '*' - libffi: '>=3.4,<4.0a0' - tk: '>=8.6.12,<8.7.0a0' - bzip2: '>=1.0.8,<2.0a0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.11.4-h43d1f9e_0_cpython.conda + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h31becfc_5.conda hash: - md5: c8fc93307c88656b8138af853a1b653d - sha256: 9d1d6339fb54c5fe0c7f367e075e846cb337e2dcc275543de461ff4449a64ea7 + md5: b213aa87eea9491ef7b129179322e955 + sha256: aeeefbb61e5e8227e53566d5e42dbb49e120eb99109996bf0dbfde8f180747a7 optional: false category: main - build: h43d1f9e_0_cpython + build: h31becfc_5 subdir: linux-aarch64 - build_number: 0 + build_number: 5 constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 15287021 - timestamp: 1686420299799 -- name: readline - version: '8.2' + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 67036 + timestamp: 1686575148440 +- name: openssl + version: 3.1.1 manager: conda platform: linux-aarch64 dependencies: - ncurses: '>=6.3,<7.0a0' + ca-certificates: '*' libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda + url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.1.1-h31becfc_1.conda hash: - md5: 105eb1e16bf83bfb2eb380a48032b655 - sha256: 4c99f7417419734e3797d45bc355e61c26520e111893b0d7087a01a7fbfbe3dd + md5: a8e811c3390d93e5db0cef68e52f349f + sha256: b4d819b0a662c955499c2f579e19ca5d45187dd11ec0f7717de9b65092c0b831 optional: false category: main - build: h8fc344f_1 + build: h31becfc_1 subdir: linux-aarch64 build_number: 1 - license: GPL-3.0-only - license_family: GPL - size: 294092 - timestamp: 1679532238805 -- name: tk - version: 8.6.12 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + size: 2614502 + timestamp: 1685517398326 +- name: krb5 + version: 1.20.1 manager: conda platform: linux-aarch64 dependencies: - libzlib: '>=1.2.11,<1.3.0a0' - libgcc-ng: '>=9.4.0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.12-hd8af866_0.tar.bz2 + libstdcxx-ng: '>=12' + openssl: '>=3.0.7,<4.0a0' + libedit: '>=3.1.20191231,<4.0a0' + libgcc-ng: '>=12' + keyutils: '>=1.6.1,<2.0a0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/krb5-1.20.1-h113d92e_0.conda hash: - md5: 7894e82ff743bd96c76585ddebe28e2a - sha256: d659316c9e502fb0e1b9a284fb0f0c00e273bff787e9385ab14be9af13dcd0d2 + md5: c0ac34c76019d6ebfef2d47a5687459c + sha256: 622d6cdcf8152aab7535ee36498ea08b99aa6b20b0e767d2b9f95b0518f7d3ae optional: false category: main - build: hd8af866_0 + build: h113d92e_0 subdir: linux-aarch64 build_number: 0 - license: TCL - license_family: BSD - size: 3563116 - timestamp: 1645034856739 -- name: libuuid - version: 2.38.1 + license: MIT + license_family: MIT + size: 1452410 + timestamp: 1671091689500 +- name: keyutils + version: 1.6.1 manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda + libgcc-ng: '>=10.3.0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/keyutils-1.6.1-h4e544f5_0.tar.bz2 hash: - md5: 000e30b09db0b7c775b21695dff30969 - sha256: 616277b0c5f7616c2cdf36f6c316ea3f9aa5bb35f2d4476a349ab58b9b91675f + md5: 1f24853e59c68892452ef94ddd8afd4b + sha256: 6d4233d97a9b38acbb26e1268bcf8c10a8e79c2aed7e5a385ec3769967e3e65b optional: false category: main - build: hb4cce97_0 + build: h4e544f5_0 subdir: linux-aarch64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 35720 - timestamp: 1680113474501 -- name: ncurses - version: '6.4' + license: LGPL-2.1-or-later + size: 112327 + timestamp: 1646166857935 +- name: libedit + version: 3.1.20191231 manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.4-h2e1726e_0.conda + ncurses: '>=6.2,<7.0.0a0' + libgcc-ng: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 hash: - md5: 40beaf447150c2760affc591c7509595 - sha256: 650fddca6831a4950b526e4bb6cc6508a04372f21ef1cfee19ebe24605d47c2f + md5: 29371161d77933a54fccf1bb66b96529 + sha256: debc31fb2f07ba2b0363f90e455873670734082822926ba4a9556431ec0bf36d optional: false category: main - build: h2e1726e_0 + build: he28a2e2_2 subdir: linux-aarch64 - build_number: 0 - license: X11 AND BSD-3-Clause - size: 921238 - timestamp: 1686076828384 -- name: xz - version: 5.2.6 + build_number: 2 + license: BSD-2-Clause + license_family: BSD + size: 134104 + timestamp: 1597617110769 +- name: libexpat + version: 2.5.0 manager: conda platform: linux-aarch64 dependencies: libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.5.0-hd600fc2_1.conda hash: - md5: 83baad393a31d59c20b63ba4da6592df - sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 + md5: 6cd3d0a28437b3845c260f9d71d434d7 + sha256: b4651d196d5adb0637c678d874160a318078d963caec264bda7ac07ff6a1cbc7 optional: false category: main - build: h9cdd2b7_0 + build: hd600fc2_1 subdir: linux-aarch64 - build_number: 0 - license: LGPL-2.1 and GPL-2.0 - size: 440555 - timestamp: 1660348056328 -- name: libnsl - version: 2.0.0 + build_number: 1 + constrains: + - expat 2.5.0.* + license: MIT + license_family: MIT + size: 77194 + timestamp: 1680190675750 +- name: bzip2 + version: 1.0.8 manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=9.4.0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.0-hf897c2e_0.tar.bz2 + libgcc-ng: '>=9.3.0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-hf897c2e_4.tar.bz2 hash: - md5: 36fdbc05c9d9145ece86f5a63c3f352e - sha256: 182dbc318b7ab3ab10bc5a9d3ca161b143ae8db6df8aa11b65140009e322e642 + md5: 2d787570a729e273a4e75775ddf3348a + sha256: 3aeb6ab92aa0351722497b2d2a735dc20921cf6c60d9196c04b7a2b9ece198d2 optional: false category: main - build: hf897c2e_0 + build: hf897c2e_4 subdir: linux-aarch64 - build_number: 0 - license: GPL-2.0-only - license_family: GPL - size: 32213 - timestamp: 1633470899439 -- name: libsqlite - version: 3.42.0 + build_number: 4 + license: bzip2-1.0.6 + license_family: BSD + size: 405318 + timestamp: 1606606989365 +- name: ncurses + version: '6.4' manager: conda platform: linux-aarch64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.42.0-h194ca79_0.conda + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.4-h2e1726e_0.conda hash: - md5: 5fc895d5063af554f24a7eb69faff054 - sha256: c7da559f4c2cf1cb1ca802e8282bc23c66891636e72ba8caf66059e4475173ec + md5: 40beaf447150c2760affc591c7509595 + sha256: 650fddca6831a4950b526e4bb6cc6508a04372f21ef1cfee19ebe24605d47c2f optional: false category: main - build: h194ca79_0 + build: h2e1726e_0 subdir: linux-aarch64 build_number: 0 - license: Unlicense - size: 1015847 - timestamp: 1684264726984 -- name: libexpat - version: 2.5.0 + license: X11 AND BSD-3-Clause + size: 921238 + timestamp: 1686076828384 +- name: xz + version: 5.2.6 manager: conda platform: linux-aarch64 dependencies: libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.5.0-hd600fc2_1.conda + url: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 hash: - md5: 6cd3d0a28437b3845c260f9d71d434d7 - sha256: b4651d196d5adb0637c678d874160a318078d963caec264bda7ac07ff6a1cbc7 + md5: 83baad393a31d59c20b63ba4da6592df + sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 optional: false category: main - build: hd600fc2_1 + build: h9cdd2b7_0 subdir: linux-aarch64 - build_number: 1 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 77194 - timestamp: 1680190675750 -- name: gmpy2 - version: 2.1.2 + build_number: 0 + license: LGPL-2.1 and GPL-2.0 + size: 440555 + timestamp: 1660348056328 +- name: ca-certificates + version: 2023.5.7 manager: conda platform: linux-aarch64 - dependencies: - python: '>=3.11,<3.12.0a0 *_cpython' - python_abi: 3.11.* *_cp311 - gmp: '>=6.2.1,<7.0a0' - mpfr: '>=4.1.0,<5.0a0' - libgcc-ng: '>=12' - mpc: '>=1.2.1,<2.0a0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gmpy2-2.1.2-py311h00bc151_1.tar.bz2 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2023.5.7-hcefe29a_0.conda hash: - md5: 7a651ca79244a110dba7c0e725df8e24 - sha256: 12f107d1c7c27ff5a6df7db93f6bc4217779e4c9a09915a5ff2b4b60b99dd307 + md5: 331e624442b88d96bc05a7f2d38c61a4 + sha256: c03bcf46e3f0264723678fc446f9f5fe30e9d9bf6f58166e5dedd19905e3ef08 optional: false category: main - build: py311h00bc151_1 + build: hcefe29a_0 subdir: linux-aarch64 - build_number: 1 - license: LGPL-3.0-or-later - license_family: LGPL - size: 205648 - timestamp: 1666808936090 -- name: gmp - version: 6.2.1 + build_number: 0 + license: ISC + size: 148466 + timestamp: 1683452391747 +- name: _openmp_mutex + version: '4.5' manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gmp-6.2.1-h7fd3ca4_0.tar.bz2 + libgomp: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 hash: - md5: 785747e1f00cfc37b3c95ffbada92591 - sha256: e17efc0fd32dcf5d404df1250331be735df8ff47d30878c4fa712ebb4c624f29 + md5: 6168d71addc746e8f2b8d57dfd2edcea + sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0 optional: false category: main - build: h7fd3ca4_0 + build: 2_gnu subdir: linux-aarch64 - build_number: 0 - license: GPL-2.0-or-later AND LGPL-3.0-or-later - size: 754974 - timestamp: 1605751338370 -- name: python_abi - version: '3.11' + build_number: 16 + constrains: + - openmp_impl 9999 + license: BSD-3-Clause + license_family: BSD + size: 23712 + timestamp: 1650670790230 +- name: binutils + version: '2.40' manager: conda platform: linux-aarch64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.11-3_cp311.conda + dependencies: + binutils_impl_linux-aarch64: '>=2.40,<2.41.0a0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils-2.40-h64c2a2e_0.conda hash: - md5: 8472344eebff39064edd3177a9cfda6d - sha256: 232d194e66f67e3d055ce7312d928c97225cdc96af1bc643059dceedb39a3fcc + md5: 50083e4c6e024fcb0b0dd195204276a3 + sha256: 624f6e9dd9cf651d9fd6ed3a7c1af38ea60aaa3213b35f14c088d8de37ffda5e optional: false category: main - build: 3_cp311 + build: h64c2a2e_0 subdir: linux-aarch64 - build_number: 3 - constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 5722 - timestamp: 1669071672856 -- name: mpmath - version: 1.3.0 + build_number: 0 + license: GPL-3.0-only + license_family: GPL + size: 30742 + timestamp: 1674833883570 +- name: gfortran_linux-aarch64 + version: 11.4.0 manager: conda platform: linux-aarch64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_0.conda + sysroot_linux-aarch64: '*' + gfortran_impl_linux-aarch64: 11.4.0.* + gcc_linux-aarch64: ==11.4.0 h2fab22c_0 + binutils_linux-aarch64: ==2.40 h94bbfa1_0 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gfortran_linux-aarch64-11.4.0-h0d0feef_0.conda hash: - md5: dbf6e2d89137da32fa6670f3bffc024e - sha256: a4f025c712ec1502a55c471b56a640eaeebfce38dd497d5a1a33729014cac47a + md5: 414236b3385d134e13b41858e5ecbe24 + sha256: 43c9f15b76c08ffbd48ee126250d79ac8142dc1530fd244ebb478381b3199897 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: h0d0feef_0 + subdir: linux-aarch64 build_number: 0 license: BSD-3-Clause license_family: BSD - noarch: python - size: 438339 - timestamp: 1678228210181 -- name: humanfriendly - version: '10.0' + size: 28414 + timestamp: 1686453378361 +- name: gfortran + version: 11.4.0 manager: conda platform: linux-aarch64 dependencies: - python: '>=3.11,<3.12.0a0 *_cpython' - python_abi: 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/humanfriendly-10.0-py311hec3470c_4.tar.bz2 + gcc: 11.4.0.* + gcc_impl_linux-aarch64: 11.4.0.* + gfortran_impl_linux-aarch64: 11.4.0.* + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gfortran-11.4.0-hacd8e1d_0.conda hash: - md5: d0e4a45479d16a2c47774ae17946c00c - sha256: 291f978db180584d9b82f38cd0bd74b8fee6abd0d338a8f918264c545cdc02cd + md5: 7261fea52122550d94654d9c1777d9a5 + sha256: d30cd5ebf7f05e227112d46f5204f124f25909dd5d2e70e60892026a3a9b7352 optional: false category: main - build: py311hec3470c_4 + build: hacd8e1d_0 subdir: linux-aarch64 - build_number: 4 - license: MIT - license_family: MIT - size: 156102 - timestamp: 1667490298152 -- name: libgfortran5 - version: 13.1.0 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 26256 + timestamp: 1686453356602 +- name: gxx_linux-aarch64 + version: 11.4.0 manager: conda platform: linux-aarch64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.1.0-h24e4805_0.conda + dependencies: + gxx_impl_linux-aarch64: 11.4.0.* + sysroot_linux-aarch64: '*' + gcc_linux-aarch64: ==11.4.0 h2fab22c_0 + binutils_linux-aarch64: ==2.40 h94bbfa1_0 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_linux-aarch64-11.4.0-hd6b6b29_0.conda hash: - md5: 069e75bfdbed7744ee64a2b840fccc4e - sha256: d375b016ed60486a84fe72fae6e52af90783c23d5fe9f1561b3954f56dbb6054 + md5: 21fec6e351de6aa220151d89188c1199 + sha256: cf527a5573468cee2668070f8cf4ca407f2a8c5182a0e7c549f117f664d94b33 optional: false category: main - build: h24e4805_0 + build: hd6b6b29_0 subdir: linux-aarch64 build_number: 0 - constrains: - - libgfortran-ng 13.1.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1082836 - timestamp: 1685829387544 -- name: mpc - version: 1.3.1 + license: BSD-3-Clause + license_family: BSD + size: 28293 + timestamp: 1686453388038 +- name: gxx + version: 11.4.0 manager: conda platform: linux-aarch64 dependencies: - mpfr: '>=4.1.0,<5.0a0' - libgcc-ng: '>=12' - gmp: '>=6.2.1,<7.0a0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/mpc-1.3.1-hf4c8f4c_0.conda + gcc: 11.4.0.* + gxx_impl_linux-aarch64: 11.4.0.* + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx-11.4.0-h13ac8a1_0.conda hash: - md5: 12c6ffaf337910c2d5743530baa313ab - sha256: 970e7e4a0b9e027189ba83f5829f4e062ec473c5fc47759b6d412429a2fa78b0 + md5: 9af986f4fd0a2a4483d14e4fb2947dae + sha256: 4e770218d5769e1d31c5d1050c5a6d434a63fd88a5acc5ee70f2bfe895e3e139 optional: false category: main - build: hf4c8f4c_0 + build: h13ac8a1_0 subdir: linux-aarch64 build_number: 0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 129862 - timestamp: 1674263879163 -- name: mpfr - version: 4.2.0 + license: BSD-3-Clause + license_family: BSD + size: 26278 + timestamp: 1686453368253 +- name: gcc_linux-aarch64 + version: 11.4.0 manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=12' - gmp: '>=6.2.1,<7.0a0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/mpfr-4.2.0-h96f194b_0.conda + gcc_impl_linux-aarch64: 11.4.0.* + sysroot_linux-aarch64: '*' + binutils_linux-aarch64: ==2.40 h94bbfa1_0 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_linux-aarch64-11.4.0-h2fab22c_0.conda hash: - md5: fb213fbc9cf6737c3a929073150b87f0 - sha256: 8bb8900db58d819184f6269230077700e8ddf8f2c292dd3fbdfdcc4483750aa9 + md5: cf7cad7c6c707a0de7ffe845fe9a4e80 + sha256: 86544fb759dbe8ae8284d38c0f652235e209de393ce1bc5381a31d7e9c3172f4 optional: false category: main - build: h96f194b_0 + build: h2fab22c_0 subdir: linux-aarch64 build_number: 0 - license: LGPL-3.0-only - license_family: LGPL - size: 420370 - timestamp: 1678379963192 -- name: libzlib - version: 1.2.13 + license: BSD-3-Clause + license_family: BSD + size: 29978 + timestamp: 1686453346801 +- name: gcc + version: 11.4.0 manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.2.13-h31becfc_5.conda + gcc_impl_linux-aarch64: 11.4.0.* + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc-11.4.0-h13ac8a1_0.conda hash: - md5: b213aa87eea9491ef7b129179322e955 - sha256: aeeefbb61e5e8227e53566d5e42dbb49e120eb99109996bf0dbfde8f180747a7 + md5: 23c984e4db18b2bf0cef6fb8cb98dfb8 + sha256: 25b936d27473b7c5acec2c567ef4a14d1bf22719035ea2ff4aab89da48e65979 optional: false category: main - build: h31becfc_5 + build: h13ac8a1_0 subdir: linux-aarch64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 67036 - timestamp: 1686575148440 -- name: tzdata - version: 2023c + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 26778 + timestamp: 1686453065111 +- name: libgomp + version: 13.1.0 manager: conda platform: linux-aarch64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-13.1.0-h2b4548d_0.conda hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 + md5: eb95b60cbf85783b0fdd3fab2d8c320f + sha256: 4a460e51b7bc4fa310c68c26d2f6ecf9b9a32524eb8a2c69566a318b04da8a88 optional: false category: main - build: h71feb2d_0 - subdir: noarch + build: h2b4548d_0 + subdir: linux-aarch64 build_number: 0 - license: LicenseRef-Public-Domain - noarch: generic - size: 117580 - timestamp: 1680041306008 -- name: libffi - version: 3.4.2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 422696 + timestamp: 1685829411811 +- name: gxx_impl_linux-aarch64 + version: 11.4.0 manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=9.4.0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - hash: - md5: dddd85f4d52121fab0a8b099c5e06501 - sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c - optional: false - category: main - build: h3557bc0_5 - subdir: linux-aarch64 - build_number: 5 - license: MIT - license_family: MIT - size: 59450 - timestamp: 1636488255090 -- name: openssl - version: 3.1.1 - manager: conda - platform: linux-aarch64 - dependencies: - ca-certificates: '*' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.1.1-h31becfc_1.conda + gcc_impl_linux-aarch64: ==11.4.0 h0207d0b_0 + libstdcxx-devel_linux-aarch64: ==11.4.0 h7ce4923_0 + sysroot_linux-aarch64: '*' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gxx_impl_linux-aarch64-11.4.0-h0207d0b_0.conda hash: - md5: a8e811c3390d93e5db0cef68e52f349f - sha256: b4d819b0a662c955499c2f579e19ca5d45187dd11ec0f7717de9b65092c0b831 + md5: 9bb6b24ae3660244ac2399718454cca3 + sha256: 88e3c404506eddac83d01df0d94b4ded897fe36ca5d19ab8c753dbbf62b49ab9 optional: false category: main - build: h31becfc_1 + build: h0207d0b_0 subdir: linux-aarch64 - build_number: 1 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2614502 - timestamp: 1685517398326 -- name: bzip2 - version: 1.0.8 + build_number: 0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 11128650 + timestamp: 1685829325966 +- name: gcc_impl_linux-aarch64 + version: 11.4.0 manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-hf897c2e_4.tar.bz2 + binutils_impl_linux-aarch64: '>=2.39' + libsanitizer: ==11.4.0 h6bfd624_0 + libgcc-devel_linux-aarch64: ==11.4.0 h7ce4923_0 + libgomp: '>=11.4.0' + libstdcxx-ng: '>=11.4.0' + libgcc-ng: '>=11.4.0' + sysroot_linux-aarch64: '*' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gcc_impl_linux-aarch64-11.4.0-h0207d0b_0.conda hash: - md5: 2d787570a729e273a4e75775ddf3348a - sha256: 3aeb6ab92aa0351722497b2d2a735dc20921cf6c60d9196c04b7a2b9ece198d2 + md5: 19ee4991197e3dc4bda15499a35e5e14 + sha256: 8f74c7b33ee89d8b0df2ee7f7e2ef2e614798e55a0dfe7d97660d6ad9b6494f1 optional: false category: main - build: hf897c2e_4 + build: h0207d0b_0 subdir: linux-aarch64 - build_number: 4 - license: bzip2-1.0.6 - license_family: BSD - size: 405318 - timestamp: 1606606989365 -- name: _openmp_mutex - version: '4.5' + build_number: 0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 43401649 + timestamp: 1685829129293 +- name: gfortran_impl_linux-aarch64 + version: 11.4.0 manager: conda platform: linux-aarch64 dependencies: - libgomp: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 + gcc_impl_linux-aarch64: '>=11.4.0' + libgfortran5: '>=11.4.0' + libstdcxx-ng: '>=4.9' + sysroot_linux-aarch64: '*' + libgcc-ng: '>=4.9' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/gfortran_impl_linux-aarch64-11.4.0-h0daa7fb_0.conda hash: - md5: 6168d71addc746e8f2b8d57dfd2edcea - sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0 + md5: 4ddc9cdd9c0bc73164da0f8af4925b25 + sha256: 7eac7987cc35a6eb2dab395eb41b2144a1bf5b271e5fdfb953f0962daa44d608 optional: false category: main - build: 2_gnu + build: h0daa7fb_0 subdir: linux-aarch64 - build_number: 16 - constrains: - - openmp_impl 9999 - license: BSD-3-Clause - license_family: BSD - size: 23712 - timestamp: 1650670790230 -- name: numpy - version: 1.25.0 + build_number: 0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 11734888 + timestamp: 1685829268717 +- name: libstdcxx-devel_linux-aarch64 + version: 11.4.0 manager: conda platform: linux-aarch64 - dependencies: - libcblas: '>=3.9.0,<4.0a0' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0 *_cpython' - python_abi: 3.11.* *_cp311 - libblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-1.25.0-py311h69ead2a_0.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-devel_linux-aarch64-11.4.0-h7ce4923_0.conda hash: - md5: b06740f970f562435e91a9fe2a90da23 - sha256: d4af94175299f9c59834f4c3f751a7b665e52fa35d5614637b7016bae2259c44 + md5: 61652e23745cd7b3793992539576b40f + sha256: 4b31df3c34b95bfee77114f17dc8f39374f902a6124e97182e78ec95f48468b1 optional: false category: main - build: py311h69ead2a_0 + build: h7ce4923_0 subdir: linux-aarch64 build_number: 0 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7234705 - timestamp: 1687056713741 -- name: protobuf - version: 4.23.2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 6849557 + timestamp: 1685828976761 +- name: sysroot_linux-aarch64 + version: '2.17' manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0 *_cpython' - libstdcxx-ng: '>=12' - python_abi: 3.11.* *_cp311 - setuptools: '*' - libprotobuf: '>=4.23.2,<4.23.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/protobuf-4.23.2-py311h9b67ae7_1.conda + kernel-headers_linux-aarch64: ==4.18.0 h5b4a56d_13 + _sysroot_linux-aarch64_curr_repodata_hack: 4.* + url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-aarch64-2.17-h5b4a56d_13.conda hash: - md5: b365e2294bf4a59c8367b82821557d1e - sha256: 629eae31b4211e30427b9bf35088b4021ea173952003e3f7756f69a0f673be3d + md5: 5493598eda29002426b4d04dcee88361 + sha256: 16c9c99b04952456c344fd786d5933b5b851778b96b655d339b2f81ff8d53043 optional: false category: main - build: py311h9b67ae7_1 - subdir: linux-aarch64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 390762 - timestamp: 1685507502545 -- name: ca-certificates - version: 2023.5.7 + build: h5b4a56d_13 + subdir: noarch + build_number: 13 + license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 + license_family: GPL + noarch: generic + size: 16291428 + timestamp: 1682995534198 +- name: libgfortran5 + version: 13.1.0 manager: conda platform: linux-aarch64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2023.5.7-hcefe29a_0.conda + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-13.1.0-h24e4805_0.conda hash: - md5: 331e624442b88d96bc05a7f2d38c61a4 - sha256: c03bcf46e3f0264723678fc446f9f5fe30e9d9bf6f58166e5dedd19905e3ef08 + md5: 069e75bfdbed7744ee64a2b840fccc4e + sha256: d375b016ed60486a84fe72fae6e52af90783c23d5fe9f1561b3954f56dbb6054 optional: false category: main - build: hcefe29a_0 + build: h24e4805_0 subdir: linux-aarch64 build_number: 0 - license: ISC - size: 148466 - timestamp: 1683452391747 -- name: setuptools - version: 68.0.0 + constrains: + - libgfortran-ng 13.1.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 1082836 + timestamp: 1685829387544 +- name: binutils_impl_linux-aarch64 + version: '2.40' manager: conda platform: linux-aarch64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.0.0-pyhd8ed1ab_0.conda + ld_impl_linux-aarch64: ==2.40 h2d8c526_0 + sysroot_linux-aarch64: '*' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_impl_linux-aarch64-2.40-h870a726_0.conda hash: - md5: 5a7739d0f57ee64133c9d32e6507c46d - sha256: 083a0913f5b56644051f31ac40b4eeea762a88c00aa12437817191b85a753cec + md5: 1945203dbddc28b0080c5129a3a704b1 + sha256: 43a69e65a7d66fe9f6f17f71814eef807c94f2bc60c7892e6658498cb3759e13 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: h870a726_0 + subdir: linux-aarch64 build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 463712 - timestamp: 1687527994911 -- name: libprotobuf - version: 4.23.2 + license: GPL-3.0-only + license_family: GPL + size: 5535072 + timestamp: 1674833858298 +- name: libgcc-devel_linux-aarch64 + version: 11.4.0 manager: conda platform: linux-aarch64 - dependencies: - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-4.23.2-h6b51aa4_5.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-devel_linux-aarch64-11.4.0-h7ce4923_0.conda hash: - md5: 8dd84c05553240ae5af1ee773effb5f8 - sha256: 2e21e7c78b99e56b302d36518a508ec80ea5727d5b46e2b29c438a3a64482a85 + md5: 3c0dae9739b34420f0f571739f5a9c7c + sha256: 4046af052d0c5a8688253dcd38649ebfa12d0de4d51528ba925e0da91bebea95 optional: false category: main - build: h6b51aa4_5 + build: h7ce4923_0 subdir: linux-aarch64 - build_number: 5 - license: BSD-3-Clause - license_family: BSD - size: 2403473 - timestamp: 1686806399111 -- name: libabseil - version: '20230125.2' + build_number: 0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 232551 + timestamp: 1685828926 +- name: libsanitizer + version: 11.4.0 manager: conda platform: linux-aarch64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20230125.2-cxx17_h2f0025b_2.conda + libgcc-ng: '>=11.4.0' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsanitizer-11.4.0-h6bfd624_0.conda hash: - md5: f8b4ffd9abfc6f0d69232c0d407c6fbd - sha256: 43f182be67662a2505d831779ae9733cba576e7e6b51b2416c58bd20defe5812 + md5: 76ea160a6b1d7abfd9deb7ab1c76a890 + sha256: 335f9c58f608cc6a01789dfb5189e7acc399fdc54660977609921ce82242de83 optional: false category: main - build: cxx17_h2f0025b_2 + build: h6bfd624_0 subdir: linux-aarch64 - build_number: 2 - constrains: - - libabseil-static =20230125.2=cxx17* - - abseil-cpp =20230125.2 - license: Apache-2.0 - license_family: Apache - size: 1260096 - timestamp: 1684047231042 -- name: libblas - version: 3.9.0 + build_number: 0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 3697242 + timestamp: 1685829048834 +- name: binutils_linux-aarch64 + version: '2.40' manager: conda platform: linux-aarch64 dependencies: - libopenblas: '>=0.3.23,<1.0a0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-17_linuxaarch64_openblas.conda + binutils_impl_linux-aarch64: 2.40.* + sysroot_linux-aarch64: '*' + url: https://conda.anaconda.org/conda-forge/linux-aarch64/binutils_linux-aarch64-2.40-h94bbfa1_0.conda hash: - md5: 28fabad08c2cc13f3fd507cfaeb12b7c - sha256: 1f6b9485ffa42742589174a523342d7c7806fe01da2d88cf5498206e08f07984 + md5: dc6a89facea40a0528b4fb074d1510b6 + sha256: 07ff98f11658ed6b15b6658e8153ebf00a0c1b21450c646dfcb070224778e451 optional: false category: main - build: 17_linuxaarch64_openblas + build: h94bbfa1_0 subdir: linux-aarch64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_linuxaarch64_openblas - - libcblas 3.9.0 17_linuxaarch64_openblas - - liblapack 3.9.0 17_linuxaarch64_openblas - - blas * openblas + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14591 - timestamp: 1685930615552 -- name: libopenblas - version: 0.3.23 + size: 27877 + timestamp: 1686453029160 +- name: ld_impl_linux-aarch64 + version: '2.40' manager: conda platform: linux-aarch64 - dependencies: - libgfortran-ng: '*' - libgcc-ng: '>=12' - libgfortran5: '>=11.3.0' - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.23-pthreads_hd703e6f_0.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.40-h2d8c526_0.conda hash: - md5: b8265d6197f98ed95a6cc2aa5efb708b - sha256: b376fd326580d231474417eedbc02c5ded77824616194b4819128b6f8486cb2e + md5: 16246d69e945d0b1969a6099e7c5d457 + sha256: 1ba06e8645094b340b4aee23603a6abb1b0383788180e65f3de34e655c5f577c optional: false category: main - build: pthreads_hd703e6f_0 + build: h2d8c526_0 subdir: linux-aarch64 build_number: 0 constrains: - - openblas >=0.3.23,<0.3.24.0a0 - license: BSD-3-Clause - license_family: BSD - size: 4237576 - timestamp: 1681398165899 -- name: liblapack - version: 3.9.0 + - binutils_impl_linux-aarch64 2.40 + license: GPL-3.0-only + license_family: GPL + size: 738776 + timestamp: 1674833843183 +- name: kernel-headers_linux-aarch64 + version: 4.18.0 manager: conda platform: linux-aarch64 - dependencies: - libblas: ==3.9.0 17_linuxaarch64_openblas - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-17_linuxaarch64_openblas.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-aarch64-4.18.0-h5b4a56d_13.tar.bz2 hash: - md5: 362f230b41a01afb0445abd526a8d3e1 - sha256: efe82a51a63aef582d4940f5d551f5ca449282dbb8825f33e1e00ecfc84b63c6 + md5: a9385e5b11a076c40d75915986f498d7 + sha256: 14e227d98193550f9da275e58e27de104ab569849f1ce16b810fae4d7b351d49 optional: false category: main - build: 17_linuxaarch64_openblas - subdir: linux-aarch64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_linuxaarch64_openblas - - libcblas 3.9.0 17_linuxaarch64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14505 - timestamp: 1685930629060 -- name: libcblas - version: 3.9.0 - manager: conda - platform: linux-aarch64 - dependencies: - libblas: ==3.9.0 17_linuxaarch64_openblas - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-17_linuxaarch64_openblas.conda - hash: - md5: 41ed49a8f3a083999c2e733ddc2d4471 - sha256: ddbfe8e6d45dcde732ae5dbaee149c480b95f6dd582ca8ea757c614218274ffd - optional: false - category: main - build: 17_linuxaarch64_openblas - subdir: linux-aarch64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_linuxaarch64_openblas - - liblapack 3.9.0 17_linuxaarch64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14486 - timestamp: 1685930622335 -- name: libgfortran-ng - version: 13.1.0 - manager: conda - platform: linux-aarch64 - dependencies: - libgfortran5: ==13.1.0 h24e4805_0 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-13.1.0-he9431aa_0.conda - hash: - md5: acd975de7f9506ff2514ef0addca1481 - sha256: dc1d65a5ff8d06b2909ea883c1119e3ab1ff8e3346ec672a2efaf54445f02016 - optional: false - category: main - build: he9431aa_0 - subdir: linux-aarch64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 23386 - timestamp: 1685829476267 -- name: sysroot_linux-aarch64 - version: '2.17' - manager: conda - platform: linux-aarch64 - dependencies: - kernel-headers_linux-aarch64: ==4.18.0 h5b4a56d_13 - _sysroot_linux-aarch64_curr_repodata_hack: 4.* - url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-aarch64-2.17-h5b4a56d_13.conda - hash: - md5: 5493598eda29002426b4d04dcee88361 - sha256: 16c9c99b04952456c344fd786d5933b5b851778b96b655d339b2f81ff8d53043 - optional: false - category: main - build: h5b4a56d_13 - subdir: noarch - build_number: 13 - license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 - license_family: GPL - noarch: generic - size: 16291428 - timestamp: 1682995534198 -- name: kernel-headers_linux-aarch64 - version: 4.18.0 - manager: conda - platform: linux-aarch64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-aarch64-4.18.0-h5b4a56d_13.tar.bz2 - hash: - md5: a9385e5b11a076c40d75915986f498d7 - sha256: 14e227d98193550f9da275e58e27de104ab569849f1ce16b810fae4d7b351d49 - optional: false - category: main - build: h5b4a56d_13 - subdir: noarch - build_number: 13 + build: h5b4a56d_13 + subdir: noarch + build_number: 13 constrains: - sysroot_linux-aarch64 ==2.17 license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 @@ -1397,6 +1102,45 @@ package: noarch: generic size: 20799 timestamp: 1682995515087 +- name: ninja + version: 1.11.1 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.11.1-h924138e_0.conda + hash: + md5: 73a4953a2d9c115bdc10ff30a52f675f + sha256: b555247ac8859b4ff311e3d708a0640f1bfe9fae7125c485b444072474a84c41 + optional: false + category: main + build: h924138e_0 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 2251263 + timestamp: 1676837602636 +- name: onnxruntime-cpp + version: 1.15.1 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-cpp-1.15.1-h75ef3d0_1.conda + hash: + md5: 8a07dc5ced150bfff3c9da31f0375bd2 + sha256: c96c9371a0c5de27e31121c560f1e825a04cef63292c030f7397569a6e5e8fb1 + optional: false + category: main + build: h75ef3d0_1 + subdir: linux-64 + build_number: 1 + license: MIT AND BSL-1.0 + size: 8669999 + timestamp: 1687344255261 - name: cli11 version: 2.3.2 manager: conda @@ -1417,6 +1161,56 @@ package: license_family: BSD size: 75007 timestamp: 1672846139851 +- name: cmake + version: 3.26.4 + manager: conda + platform: linux-64 + dependencies: + libuv: '*' + libcurl: '>=8.1.0,<9.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + libgcc-ng: '>=12' + expat: '*' + libexpat: '>=2.5.0,<3.0a0' + rhash: '*' + bzip2: '>=1.0.8,<2.0a0' + libstdcxx-ng: '>=12' + ncurses: '>=6.3,<7.0a0' + xz: '>=5.2.6,<6.0a0' + zlib: '*' + zstd: '>=1.5.2,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.26.4-hcfe8598_0.conda + hash: + md5: 1714cf0f0facaeb609a0846e4270aff2 + sha256: 37533b572a676017704c989c392998c344e889010786d6555dccdfc524a8e238 + optional: false + category: main + build: hcfe8598_0 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 16343060 + timestamp: 1684460894541 +- name: pkg-config + version: 0.29.2 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-64/pkg-config-0.29.2-h36c2ea0_1008.tar.bz2 + hash: + md5: fbef41ff6a4c8140c30057466a1cdd47 + sha256: 8b35a077ceccdf6888f1e82bd3ea281175014aefdc2d4cf63d7a4c7e169c125c + optional: false + category: main + build: h36c2ea0_1008 + subdir: linux-64 + build_number: 1008 + license: GPL-2.0-or-later + license_family: GPL + size: 123341 + timestamp: 1604184579935 - name: compilers version: 1.5.2 manager: conda @@ -1438,873 +1232,782 @@ package: license_family: BSD size: 6642 timestamp: 1670951525414 -- name: c-compiler - version: 1.5.2 +- name: expat + version: 2.5.0 manager: conda platform: linux-64 dependencies: - gcc: '*' - gcc_linux-64: 11.* - binutils: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.5.2-h0b41bf4_0.conda + libexpat: ==2.5.0 hcb278e6_1 + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda hash: - md5: 69afb4e35be6366c2c1f9ed7f49bc3e6 - sha256: fe4c0080648c3448939919ddc49339cd8e250124b69a518e66ef6989794fa58a + md5: 8b9b5aca60558d02ddaa09d599e55920 + sha256: 36dfeb4375059b3bba75ce9b38c29c69fd257342a79e6cf20e9f25c1523f785f optional: false category: main - build: h0b41bf4_0 + build: hcb278e6_1 subdir: linux-64 - build_number: 0 - license: BSD - size: 5812 - timestamp: 1670951514202 -- name: cxx-compiler - version: 1.5.2 + build_number: 1 + license: MIT + license_family: MIT + size: 136778 + timestamp: 1680190541750 +- name: libuv + version: 1.44.2 manager: conda platform: linux-64 dependencies: - c-compiler: ==1.5.2 h0b41bf4_0 - gxx: '*' - gxx_linux-64: 11.* - url: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.5.2-hf52228f_0.conda + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.44.2-h166bdaf_0.tar.bz2 hash: - md5: 6b3b19e359824b97df7145c8c878c8be - sha256: c6916082ea28b905dd59d4b6b5b07be413a3a5a814193df43c28101e4d29a7fc + md5: e5cb4fe581a18ca2185a016eb848fc00 + sha256: dc14922a6d5cf7fde55c0aa8f6661d6871c6a2e94369e7455a8a5927c3065080 optional: false category: main - build: hf52228f_0 + build: h166bdaf_0 subdir: linux-64 build_number: 0 - license: BSD - size: 5782 - timestamp: 1670951518183 -- name: fortran-compiler - version: 1.5.2 + license: MIT + license_family: MIT + size: 1073002 + timestamp: 1657719428572 +- name: rhash + version: 1.4.3 manager: conda platform: linux-64 dependencies: - gfortran: '*' - c-compiler: ==1.5.2 h0b41bf4_0 - gfortran_linux-64: 11.* - binutils: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/fortran-compiler-1.5.2-hdb1a99f_0.conda + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.3-h166bdaf_0.tar.bz2 hash: - md5: 265323e1bd53709aeb739c9b1794b398 - sha256: 985733294fe9b3dc6f126ee95b4b934e097060ca0c12fe469812596a4763228e + md5: 0bcb0ab6faa796a22b40de3a41e3b2de + sha256: 3f7e1e46d0967f8d08026116aa84fda07bc93d11d44dc3c03a29ad9d3ffc63cc optional: false category: main - build: hdb1a99f_0 + build: h166bdaf_0 subdir: linux-64 build_number: 0 - license: BSD - size: 5805 - timestamp: 1670951522136 -- name: onnxruntime - version: 1.15.1 + license: MIT + license_family: MIT + size: 204010 + timestamp: 1655256276550 +- name: zlib + version: 1.2.13 manager: conda platform: linux-64 dependencies: - python-flatbuffers: '*' - python: '>=3.11,<3.12.0a0' - coloredlogs: '*' - python_abi: 3.11.* *_cp311 + libzlib: ==1.2.13 hd590300_5 libgcc-ng: '>=12' - sympy: '*' - numpy: '>=1.23.5,<2.0a0' - libstdcxx-ng: '>=12' - packaging: '*' - protobuf: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.15.1-py311hdcfe54c_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda hash: - md5: fa07041e37a0a607b290a31413d6cc98 - sha256: b79ca66603e1968e3b4eea818fda1fd799e3a39b9188469f163f758be0f45c33 + md5: 68c34ec6149623be41a1933ab996a209 + sha256: 9887a04d7e7cb14bd2b52fa01858f05a6d7f002c890f618d9fcd864adbfecb1b optional: false category: main - build: py311hdcfe54c_1 + build: hd590300_5 subdir: linux-64 - build_number: 1 - license: MIT AND BSL-1.0 - size: 5411682 - timestamp: 1687344356461 -- name: binutils - version: '2.40' + build_number: 5 + license: Zlib + license_family: Other + size: 92825 + timestamp: 1686575231103 +- name: libcurl + version: 8.1.2 manager: conda platform: linux-64 dependencies: - binutils_impl_linux-64: '>=2.40,<2.41.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda + libssh2: '>=1.10.0,<2.0a0' + zstd: '>=1.5.2,<1.6.0a0' + libnghttp2: '>=1.52.0,<2.0a0' + openssl: '>=3.1.0,<4.0a0' + krb5: '>=1.20.1,<1.21.0a0' + libgcc-ng: '>=12' + libzlib: '>=1.2.13,<1.3.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.1.2-h409715c_0.conda hash: - md5: ccc940fddbc3fcd3d79cd4c654c4b5c4 - sha256: 35f3b042f295fd7387de11cf426ca8ee5257e5c98b88560c6c5ad4ef3c85d38c + md5: 50c873c9660ed116707ae15b663928d8 + sha256: d572c31ff48d2db6ca5bab476bf325811cfc82577480b3791487c3fe7bff2ffa optional: false category: main - build: hdd6e379_0 + build: h409715c_0 subdir: linux-64 build_number: 0 - license: GPL-3.0-only - license_family: GPL - size: 30469 - timestamp: 1674833987166 -- name: binutils_impl_linux-64 - version: '2.40' + license: curl + license_family: MIT + size: 372833 + timestamp: 1685447685782 +- name: libnghttp2 + version: 1.52.0 manager: conda platform: linux-64 dependencies: - ld_impl_linux-64: ==2.40 h41732ed_0 - sysroot_linux-64: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda + libstdcxx-ng: '>=12' + c-ares: '>=1.18.1,<2.0a0' + libev: '>=4.33,<4.34.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + libgcc-ng: '>=12' + openssl: '>=3.0.8,<4.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.52.0-h61bc06f_0.conda hash: - md5: 33084421a8c0af6aef1b439707f7662a - sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d + md5: 613955a50485812985c059e7b269f42e + sha256: ecd6b08c2b5abe7d1586428c4dd257dcfa00ee53700d79cdc8bca098fdfbd79a optional: false category: main - build: hf600244_0 + build: h61bc06f_0 subdir: linux-64 build_number: 0 - license: GPL-3.0-only - license_family: GPL - size: 5414922 - timestamp: 1674833958334 -- name: ld_impl_linux-64 - version: '2.40' + license: MIT + license_family: MIT + size: 622366 + timestamp: 1677678076121 +- name: zstd + version: 1.5.2 manager: conda platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda + dependencies: + libzlib: '>=1.2.13,<1.3.0a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.2-h3eb15da_6.conda hash: - md5: 7aca3059a1729aa76c597603f10b0dd3 - sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd + md5: 6b63daed8feeca47be78f323e793d555 + sha256: fbe49a8c8df83c2eccb37c5863ad98baeb29796ec96f2c503783d7b89bf80c98 optional: false category: main - build: h41732ed_0 + build: h3eb15da_6 subdir: linux-64 - build_number: 0 - constrains: - - binutils_impl_linux-64 2.40 - license: GPL-3.0-only - license_family: GPL - size: 704696 - timestamp: 1674833944779 -- name: gcc_linux-64 - version: 11.4.0 + build_number: 6 + license: BSD-3-Clause + license_family: BSD + size: 419583 + timestamp: 1674244601308 +- name: c-ares + version: 1.19.1 manager: conda platform: linux-64 dependencies: - binutils_linux-64: ==2.40 hbdbef99_0 - gcc_impl_linux-64: 11.4.0.* - sysroot_linux-64: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-11.4.0-hfd045f2_0.conda + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.19.1-hd590300_0.conda hash: - md5: fbd045cae068fc5afe6e35e36d498167 - sha256: 9849211de993ee9d905312a16fb879b17f92c5a228b903a9e665140f2fe14a79 + md5: e8c18d865be43e2fb3f7a145b6adf1f5 + sha256: c4276b1a0e8f18ab08018b1881666656742b325e0fcf2354f714e924d28683b6 optional: false category: main - build: hfd045f2_0 + build: hd590300_0 subdir: linux-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 30049 - timestamp: 1686453406877 -- name: gfortran_linux-64 - version: 11.4.0 + license: MIT + license_family: MIT + size: 113362 + timestamp: 1684782732180 +- name: libev + version: '4.33' manager: conda platform: linux-64 dependencies: - gfortran_impl_linux-64: 11.4.0.* - sysroot_linux-64: '*' - binutils_linux-64: ==2.40 hbdbef99_0 - gcc_linux-64: ==11.4.0 hfd045f2_0 - url: https://conda.anaconda.org/conda-forge/linux-64/gfortran_linux-64-11.4.0-h3047280_0.conda + libgcc-ng: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 hash: - md5: 3178e572e98794eeafc4a570d68e2e15 - sha256: 315bc5caa540475619ab8f5a673c8c75a108ecc63cf43176e8df498893124b3c + md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 + sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 optional: false category: main - build: h3047280_0 + build: h516909a_1 subdir: linux-64 - build_number: 0 - license: BSD-3-Clause + build_number: 1 + license: BSD-2-Clause license_family: BSD - size: 28414 - timestamp: 1686453447870 -- name: gxx_linux-64 - version: 11.4.0 + size: 106190 + timestamp: 1598867915 +- name: libssh2 + version: 1.11.0 manager: conda platform: linux-64 dependencies: - sysroot_linux-64: '*' - gxx_impl_linux-64: 11.4.0.* - binutils_linux-64: ==2.40 hbdbef99_0 - gcc_linux-64: ==11.4.0 hfd045f2_0 - url: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-11.4.0-hfc1ae95_0.conda + libzlib: '>=1.2.13,<1.3.0a0' + libgcc-ng: '>=12' + openssl: '>=3.1.1,<4.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda hash: - md5: 72e4a2fb33a16877df88ee4ecee4cfca - sha256: f648ea1003c443ea3732911d196b1273753803e13bea6318c364b8071880882b + md5: 1f5a58e686b13bcfde88b93f547d23fe + sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d optional: false category: main - build: hfc1ae95_0 + build: h0841786_0 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 28362 - timestamp: 1686453460196 -- name: binutils_linux-64 - version: '2.40' + size: 271133 + timestamp: 1685837707056 +- name: c-compiler + version: 1.5.2 manager: conda platform: linux-64 dependencies: - binutils_impl_linux-64: 2.40.* - sysroot_linux-64: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hbdbef99_0.conda + gcc: '*' + gcc_linux-64: 11.* + binutils: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.5.2-h0b41bf4_0.conda hash: - md5: 8dd723ef0716b6d102d57bbacbe92b22 - sha256: 3ea4b9915086f5cfdd52c236734a1e64c88ea57a3cde6138209dc23291cb761e + md5: 69afb4e35be6366c2c1f9ed7f49bc3e6 + sha256: fe4c0080648c3448939919ddc49339cd8e250124b69a518e66ef6989794fa58a optional: false category: main - build: hbdbef99_0 + build: h0b41bf4_0 subdir: linux-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 27916 - timestamp: 1686453020772 -- name: gcc_impl_linux-64 - version: 11.4.0 + license: BSD + size: 5812 + timestamp: 1670951514202 +- name: cxx-compiler + version: 1.5.2 manager: conda platform: linux-64 dependencies: - libgcc-devel_linux-64: ==11.4.0 h922705a_0 - sysroot_linux-64: '*' - libsanitizer: ==11.4.0 h4dcbe23_0 - libstdcxx-ng: '>=11.4.0' - libgomp: '>=11.4.0' - binutils_impl_linux-64: '>=2.39' - libgcc-ng: '>=11.4.0' - url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-11.4.0-h7aa1c59_0.conda + c-compiler: ==1.5.2 h0b41bf4_0 + gxx: '*' + gxx_linux-64: 11.* + url: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.5.2-hf52228f_0.conda hash: - md5: 858ee47d842ee80e9777c7f558aedf13 - sha256: e6b566c101a0baa403ec429962c9f8bea925d3f76b148d2a9f8044c331c8d7e8 + md5: 6b3b19e359824b97df7145c8c878c8be + sha256: c6916082ea28b905dd59d4b6b5b07be413a3a5a814193df43c28101e4d29a7fc optional: false category: main - build: h7aa1c59_0 + build: hf52228f_0 subdir: linux-64 build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 45074415 - timestamp: 1685816389961 -- name: gfortran_impl_linux-64 - version: 11.4.0 + license: BSD + size: 5782 + timestamp: 1670951518183 +- name: fortran-compiler + version: 1.5.2 manager: conda platform: linux-64 dependencies: - gcc_impl_linux-64: '>=11.4.0' - libgfortran5: '>=11.4.0' - libstdcxx-ng: '>=4.9' - sysroot_linux-64: '*' - libgcc-ng: '>=4.9' - url: https://conda.anaconda.org/conda-forge/linux-64/gfortran_impl_linux-64-11.4.0-h86428dc_0.conda + gfortran: '*' + c-compiler: ==1.5.2 h0b41bf4_0 + gfortran_linux-64: 11.* + binutils: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/fortran-compiler-1.5.2-hdb1a99f_0.conda hash: - md5: 527c33027e397a3c05af48d693a0ca3a - sha256: 9675bcc40bf46a84295d86dd5b974cebd3727263d077698f83f1769c557c9aa1 + md5: 265323e1bd53709aeb739c9b1794b398 + sha256: 985733294fe9b3dc6f126ee95b4b934e097060ca0c12fe469812596a4763228e optional: false category: main - build: h86428dc_0 + build: hdb1a99f_0 subdir: linux-64 build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 13910894 - timestamp: 1685816562928 -- name: gxx_impl_linux-64 - version: 11.4.0 + license: BSD + size: 5805 + timestamp: 1670951522136 +- name: libgcc-ng + version: 13.1.0 manager: conda platform: linux-64 dependencies: - gcc_impl_linux-64: ==11.4.0 h7aa1c59_0 - sysroot_linux-64: '*' - libstdcxx-devel_linux-64: ==11.4.0 h922705a_0 - url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-11.4.0-h7aa1c59_0.conda + _libgcc_mutex: ==0.1 conda_forge + _openmp_mutex: '>=4.5' + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.1.0-he5830b7_0.conda hash: - md5: 0a7a65ae7f95053773f6b88e2b0fc9ab - sha256: d50cea15462631e16b2e577a7889ab5c3c6e743b79b165af4edd32b37541da27 + md5: cd93f779ff018dd85c7544c015c9db3c + sha256: fba897a02f35b2b5e6edc43a746d1fa6970a77b422f258246316110af8966911 optional: false category: main - build: h7aa1c59_0 + build: he5830b7_0 subdir: linux-64 build_number: 0 + constrains: + - libgomp 13.1.0 he5830b7_0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 11255826 - timestamp: 1685816634051 -- name: libgcc-devel_linux-64 - version: 11.4.0 + size: 776294 + timestamp: 1685816209343 +- name: libstdcxx-ng + version: 13.1.0 manager: conda platform: linux-64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-devel_linux-64-11.4.0-h922705a_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.1.0-hfd8a6a1_0.conda hash: - md5: 4b2b4bbd3b68a5fd72e648ea70208a97 - sha256: ef5f23785ac2aa61ee47838334bd80538a60dd23d31207bbcacbfa86a5a50d13 + md5: 067bcc23164642f4c226da631f2a2e1d + sha256: 6f9eb2d7a96687938c0001166a3b308460a8eb02b10e9d0dd9e251f0219ea05c optional: false category: main - build: h922705a_0 + build: hfd8a6a1_0 subdir: linux-64 build_number: 0 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 2323351 - timestamp: 1685816140786 -- name: libsanitizer - version: 11.4.0 + size: 3847887 + timestamp: 1685816251278 +- name: libzlib + version: 1.2.13 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=11.4.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-11.4.0-h4dcbe23_0.conda + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda hash: - md5: 62790b01a5710ee704f48b01f64f4743 - sha256: e6eeee9515ea1d272eb087387646a0c08d1cdabfdf228740f337a9ddb249ec78 + md5: f36c115f1ee199da648e0597ec2047ad + sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 optional: false category: main - build: h4dcbe23_0 + build: hd590300_5 subdir: linux-64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3739902 - timestamp: 1685816294532 -- name: libstdcxx-devel_linux-64 - version: 11.4.0 + build_number: 5 + constrains: + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 61588 + timestamp: 1686575217516 +- name: openssl + version: 3.1.1 manager: conda platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-devel_linux-64-11.4.0-h922705a_0.conda + dependencies: + ca-certificates: '*' + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.1-hd590300_1.conda hash: - md5: f6ab69b69e09f83024d1d79a72700c5a - sha256: 2064befcc62da09e0fb945aa342b74de87165d5267585a361d54277ac3e8c64a + md5: 2e1d7b458ac8f1e3ca4e18b77add6277 + sha256: 407d655643389bdb49266842a816815c981ae98f3513a6a2059b908b3abb380a optional: false category: main - build: h922705a_0 + build: hd590300_1 subdir: linux-64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 8062856 - timestamp: 1685816208529 -- name: gfortran - version: 11.4.0 + build_number: 1 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + size: 2642411 + timestamp: 1685517327134 +- name: krb5 + version: 1.20.1 manager: conda platform: linux-64 dependencies: - gcc: 11.4.0.* - gcc_impl_linux-64: 11.4.0.* - gfortran_impl_linux-64: 11.4.0.* - url: https://conda.anaconda.org/conda-forge/linux-64/gfortran-11.4.0-h48fc9de_0.conda + libstdcxx-ng: '>=12' + openssl: '>=3.0.7,<4.0a0' + libedit: '>=3.1.20191231,<4.0a0' + libgcc-ng: '>=12' + keyutils: '>=1.6.1,<2.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.20.1-h81ceb04_0.conda hash: - md5: 5c5c2af7965960b218cf4b512a169e3f - sha256: d91a39ce601ff2d794d27fd27ddb0a4f6d81b6bb997438eefa8eb28e64388851 + md5: 89a41adce7106749573d883b2f657d78 + sha256: 51a346807ce981e1450eb04c3566415b05eed705bc9e6c98c198ec62367b7c62 optional: false category: main - build: h48fc9de_0 + build: h81ceb04_0 subdir: linux-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 26180 - timestamp: 1686453417783 -- name: gcc - version: 11.4.0 + license: MIT + license_family: MIT + size: 1329877 + timestamp: 1671091750695 +- name: keyutils + version: 1.6.1 manager: conda platform: linux-64 dependencies: - gcc_impl_linux-64: 11.4.0.* - url: https://conda.anaconda.org/conda-forge/linux-64/gcc-11.4.0-h7baecda_0.conda + libgcc-ng: '>=10.3.0' + url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 hash: - md5: 0881eb2796f204edcbf76997fbab7f41 - sha256: ea78efdae9f9e4f4def3ecf902295c2c35a32761964f0742d35bfd178ba4c85f + md5: 30186d27e2c9fa62b45fb1476b7200e3 + sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb optional: false category: main - build: h7baecda_0 + build: h166bdaf_0 subdir: linux-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 26720 - timestamp: 1686453108662 -- name: gxx - version: 11.4.0 + license: LGPL-2.1-or-later + size: 117831 + timestamp: 1646151697040 +- name: libedit + version: 3.1.20191231 manager: conda platform: linux-64 dependencies: - gcc: 11.4.0.* - gxx_impl_linux-64: 11.4.0.* - url: https://conda.anaconda.org/conda-forge/linux-64/gxx-11.4.0-h7baecda_0.conda + ncurses: '>=6.2,<7.0.0a0' + libgcc-ng: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 hash: - md5: c85109c5edb7ebfe732caf7348ef4296 - sha256: 85f2652d5700abdf46ba7d07ac7a2437106294d731d0deea1770e1669b17f8aa + md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 + sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf optional: false category: main - build: h7baecda_0 + build: he28a2e2_2 subdir: linux-64 - build_number: 0 - license: BSD-3-Clause + build_number: 2 + license: BSD-2-Clause license_family: BSD - size: 26167 - timestamp: 1686453435022 -- name: libgcc-ng - version: 13.1.0 + size: 123878 + timestamp: 1597616541093 +- name: libexpat + version: 2.5.0 manager: conda platform: linux-64 dependencies: - _libgcc_mutex: ==0.1 conda_forge - _openmp_mutex: '>=4.5' - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.1.0-he5830b7_0.conda + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda hash: - md5: cd93f779ff018dd85c7544c015c9db3c - sha256: fba897a02f35b2b5e6edc43a746d1fa6970a77b422f258246316110af8966911 + md5: 6305a3dd2752c76335295da4e581f2fd + sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 optional: false category: main - build: he5830b7_0 + build: hcb278e6_1 subdir: linux-64 - build_number: 0 + build_number: 1 constrains: - - libgomp 13.1.0 he5830b7_0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 776294 - timestamp: 1685816209343 -- name: _libgcc_mutex - version: '0.1' - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - hash: - md5: d7c89558ba9fa0495403155b64376d81 - sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 - optional: false - category: main - build: conda_forge - subdir: linux-64 - build_number: 0 - license: None - size: 2562 - timestamp: 1578324546067 -- name: libgomp - version: 13.1.0 + - expat 2.5.0.* + license: MIT + license_family: MIT + size: 77980 + timestamp: 1680190528313 +- name: bzip2 + version: 1.0.8 manager: conda platform: linux-64 dependencies: - _libgcc_mutex: ==0.1 conda_forge - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.1.0-he5830b7_0.conda + libgcc-ng: '>=9.3.0' + url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 hash: - md5: 56ca14d57ac29a75d23a39eb3ee0ddeb - sha256: 5d441d80b57f857ad305a65169a6b915d4fd6735cdc9e9bded35d493c91ef16d + md5: a1fd65c7ccbf10880423d82bca54eb54 + sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa optional: false category: main - build: he5830b7_0 + build: h7f98852_4 subdir: linux-64 - build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 419184 - timestamp: 1685816132543 -- name: libstdcxx-ng - version: 13.1.0 + build_number: 4 + license: bzip2-1.0.6 + license_family: BSD + size: 495686 + timestamp: 1606604745109 +- name: ncurses + version: '6.4' manager: conda platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.1.0-hfd8a6a1_0.conda + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-hcb278e6_0.conda hash: - md5: 067bcc23164642f4c226da631f2a2e1d - sha256: 6f9eb2d7a96687938c0001166a3b308460a8eb02b10e9d0dd9e251f0219ea05c + md5: 681105bccc2a3f7f1a837d47d39c9179 + sha256: ccf61e61d58a8a7b2d66822d5568e2dc9387883dd9b2da61e1d787ece4c4979a optional: false category: main - build: hfd8a6a1_0 + build: hcb278e6_0 subdir: linux-64 build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3847887 - timestamp: 1685816251278 -- name: python-flatbuffers - version: 23.5.26 + license: X11 AND BSD-3-Clause + size: 880967 + timestamp: 1686076725450 +- name: xz + version: 5.2.6 manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-23.5.26-pyhd8ed1ab_0.conda + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 hash: - md5: 131dd3656f3b731ab852fc66d3c41058 - sha256: 6d2fdc92fce4124e2d32403b71da89e9f3e65393670d74466b4ff4843434392e + md5: 2161070d867d1b1204ea749c8eec4ef0 + sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: h166bdaf_0 + subdir: linux-64 build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 34110 - timestamp: 1685164237787 -- name: coloredlogs - version: 15.0.1 + license: LGPL-2.1 and GPL-2.0 + size: 418368 + timestamp: 1660346797927 +- name: ca-certificates + version: 2023.5.7 manager: conda platform: linux-64 - dependencies: - python: '>=3.7' - humanfriendly: '>=9.1' - url: https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_3.tar.bz2 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.5.7-hbcca054_0.conda hash: - md5: 7b4fc18b7f66382257c45424eaf81935 - sha256: 0bb37abbf3367add8a8e3522405efdbd06605acfc674488ef52486968f2c119d + md5: f5c65075fc34438d5b456c7f3f5ab695 + sha256: 0cf1bb3d0bfc5519b60af2c360fa4888fb838e1476b1e0f65b9dbc48b45c7345 optional: false category: main - build: pyhd8ed1ab_3 - subdir: noarch - build_number: 3 - license: MIT - license_family: MIT - noarch: python - size: 40569 - timestamp: 1643220223971 -- name: packaging - version: '23.1' + build: hbcca054_0 + subdir: linux-64 + build_number: 0 + license: ISC + size: 148360 + timestamp: 1683451720318 +- name: _libgcc_mutex + version: '0.1' manager: conda platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 hash: - md5: 91cda59e66e1e4afe9476f8ef98f5c30 - sha256: ded536a96a00d45a693dbc2971bb688248324dadd129eddda2100e177583d768 + md5: d7c89558ba9fa0495403155b64376d81 + sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: conda_forge + subdir: linux-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 46098 - timestamp: 1681337144376 -- name: sympy - version: '1.12' + license: None + size: 2562 + timestamp: 1578324546067 +- name: _openmp_mutex + version: '4.5' manager: conda platform: linux-64 dependencies: - mpmath: '>=0.19' - python: '>=3.8' - gmpy2: '>=2.0.8' - __unix: '*' - url: https://conda.anaconda.org/conda-forge/noarch/sympy-1.12-pypyh9d50eac_103.conda + libgomp: '>=7.5.0' + _libgcc_mutex: ==0.1 conda_forge + url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 hash: - md5: 2f7d6347d7acf6edf1ac7f2189f44c8f - sha256: 0025dd4e6411423903bf478d1b9fbff0cbbbe546f51c9375dfd6729ef2e1a1ac + md5: 73aaf86a425cc6e73fcf236a5a46396d + sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 optional: false category: main - build: pypyh9d50eac_103 - subdir: noarch - build_number: 103 + build: 2_gnu + subdir: linux-64 + build_number: 16 + constrains: + - openmp_impl 9999 license: BSD-3-Clause license_family: BSD - noarch: python - size: 4256289 - timestamp: 1684180689319 -- name: python - version: 3.11.4 + size: 23621 + timestamp: 1650670423406 +- name: binutils + version: '2.40' manager: conda platform: linux-64 dependencies: - openssl: '>=3.1.1,<4.0a0' - readline: '>=8.2,<9.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libnsl: '>=2.0.0,<2.1.0a0' - libsqlite: '>=3.42.0,<4.0a0' - libexpat: '>=2.5.0,<3.0a0' - libgcc-ng: '>=12' - libuuid: '>=2.38.1,<3.0a0' - xz: '>=5.2.6,<6.0a0' - ncurses: '>=6.4,<7.0a0' - ld_impl_linux-64: '>=2.36.1' - tzdata: '*' - libffi: '>=3.4,<4.0a0' - tk: '>=8.6.12,<8.7.0a0' - bzip2: '>=1.0.8,<2.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.4-hab00c5b_0_cpython.conda + binutils_impl_linux-64: '>=2.40,<2.41.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda hash: - md5: 1c628861a2a126b9fc9363ca1b7d014e - sha256: 04422f10d5bcb251fd254d6a9b0659dcde55e900d48cca159cb1fef637b0050c + md5: ccc940fddbc3fcd3d79cd4c654c4b5c4 + sha256: 35f3b042f295fd7387de11cf426ca8ee5257e5c98b88560c6c5ad4ef3c85d38c optional: false category: main - build: hab00c5b_0_cpython + build: hdd6e379_0 subdir: linux-64 build_number: 0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 30679695 - timestamp: 1686421868353 -- name: ncurses - version: '6.4' + license: GPL-3.0-only + license_family: GPL + size: 30469 + timestamp: 1674833987166 +- name: gfortran_linux-64 + version: 11.4.0 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-hcb278e6_0.conda + gfortran_impl_linux-64: 11.4.0.* + sysroot_linux-64: '*' + binutils_linux-64: ==2.40 hbdbef99_0 + gcc_linux-64: ==11.4.0 hfd045f2_0 + url: https://conda.anaconda.org/conda-forge/linux-64/gfortran_linux-64-11.4.0-h3047280_0.conda hash: - md5: 681105bccc2a3f7f1a837d47d39c9179 - sha256: ccf61e61d58a8a7b2d66822d5568e2dc9387883dd9b2da61e1d787ece4c4979a + md5: 3178e572e98794eeafc4a570d68e2e15 + sha256: 315bc5caa540475619ab8f5a673c8c75a108ecc63cf43176e8df498893124b3c optional: false category: main - build: hcb278e6_0 + build: h3047280_0 subdir: linux-64 build_number: 0 - license: X11 AND BSD-3-Clause - size: 880967 - timestamp: 1686076725450 -- name: readline - version: '8.2' + license: BSD-3-Clause + license_family: BSD + size: 28414 + timestamp: 1686453447870 +- name: gfortran + version: 11.4.0 manager: conda platform: linux-64 dependencies: - ncurses: '>=6.3,<7.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda + gcc: 11.4.0.* + gcc_impl_linux-64: 11.4.0.* + gfortran_impl_linux-64: 11.4.0.* + url: https://conda.anaconda.org/conda-forge/linux-64/gfortran-11.4.0-h48fc9de_0.conda hash: - md5: 47d31b792659ce70f470b5c82fdfb7a4 - sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 + md5: 5c5c2af7965960b218cf4b512a169e3f + sha256: d91a39ce601ff2d794d27fd27ddb0a4f6d81b6bb997438eefa8eb28e64388851 optional: false category: main - build: h8228510_1 + build: h48fc9de_0 subdir: linux-64 - build_number: 1 - license: GPL-3.0-only - license_family: GPL - size: 281456 - timestamp: 1679532220005 -- name: tk - version: 8.6.12 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 26180 + timestamp: 1686453417783 +- name: gxx_linux-64 + version: 11.4.0 manager: conda platform: linux-64 dependencies: - libzlib: '>=1.2.11,<1.3.0a0' - libgcc-ng: '>=9.4.0' - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.12-h27826a3_0.tar.bz2 + sysroot_linux-64: '*' + gxx_impl_linux-64: 11.4.0.* + binutils_linux-64: ==2.40 hbdbef99_0 + gcc_linux-64: ==11.4.0 hfd045f2_0 + url: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-11.4.0-hfc1ae95_0.conda hash: - md5: 5b8c42eb62e9fc961af70bdd6a26e168 - sha256: 032fd769aad9d4cad40ba261ab222675acb7ec951a8832455fce18ef33fa8df0 + md5: 72e4a2fb33a16877df88ee4ecee4cfca + sha256: f648ea1003c443ea3732911d196b1273753803e13bea6318c364b8071880882b optional: false category: main - build: h27826a3_0 + build: hfc1ae95_0 subdir: linux-64 build_number: 0 - license: TCL + license: BSD-3-Clause license_family: BSD - size: 3456292 - timestamp: 1645033615058 -- name: libuuid - version: 2.38.1 + size: 28362 + timestamp: 1686453460196 +- name: gxx + version: 11.4.0 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + gcc: 11.4.0.* + gxx_impl_linux-64: 11.4.0.* + url: https://conda.anaconda.org/conda-forge/linux-64/gxx-11.4.0-h7baecda_0.conda hash: - md5: 40b61aab5c7ba9ff276c41cfffe6b80b - sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 + md5: c85109c5edb7ebfe732caf7348ef4296 + sha256: 85f2652d5700abdf46ba7d07ac7a2437106294d731d0deea1770e1669b17f8aa optional: false category: main - build: h0b41bf4_0 + build: h7baecda_0 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 33601 - timestamp: 1680112270483 -- name: xz - version: 5.2.6 + size: 26167 + timestamp: 1686453435022 +- name: gcc_linux-64 + version: 11.4.0 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + binutils_linux-64: ==2.40 hbdbef99_0 + gcc_impl_linux-64: 11.4.0.* + sysroot_linux-64: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-11.4.0-hfd045f2_0.conda hash: - md5: 2161070d867d1b1204ea749c8eec4ef0 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 + md5: fbd045cae068fc5afe6e35e36d498167 + sha256: 9849211de993ee9d905312a16fb879b17f92c5a228b903a9e665140f2fe14a79 optional: false category: main - build: h166bdaf_0 + build: hfd045f2_0 subdir: linux-64 build_number: 0 - license: LGPL-2.1 and GPL-2.0 - size: 418368 - timestamp: 1660346797927 -- name: libnsl - version: 2.0.0 + license: BSD-3-Clause + license_family: BSD + size: 30049 + timestamp: 1686453406877 +- name: gcc + version: 11.4.0 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=9.4.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.0-h7f98852_0.tar.bz2 + gcc_impl_linux-64: 11.4.0.* + url: https://conda.anaconda.org/conda-forge/linux-64/gcc-11.4.0-h7baecda_0.conda hash: - md5: 39b1328babf85c7c3a61636d9cd50206 - sha256: 32f4fb94d99946b0dabfbbfd442b25852baf909637f2eed1ffe3baea15d02aad + md5: 0881eb2796f204edcbf76997fbab7f41 + sha256: ea78efdae9f9e4f4def3ecf902295c2c35a32761964f0742d35bfd178ba4c85f optional: false category: main - build: h7f98852_0 + build: h7baecda_0 subdir: linux-64 build_number: 0 - license: GPL-2.0-only - license_family: GPL - size: 31236 - timestamp: 1633040059627 -- name: libsqlite - version: 3.42.0 + license: BSD-3-Clause + license_family: BSD + size: 26720 + timestamp: 1686453108662 +- name: libgomp + version: 13.1.0 manager: conda platform: linux-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.42.0-h2797004_0.conda + _libgcc_mutex: ==0.1 conda_forge + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.1.0-he5830b7_0.conda hash: - md5: fdaae20a1cf7cd62130a0973190a31b7 - sha256: 72e958870f49174ebc0ddcd4129e9a9f48de815f20aa3b553f136b514f29bb3a + md5: 56ca14d57ac29a75d23a39eb3ee0ddeb + sha256: 5d441d80b57f857ad305a65169a6b915d4fd6735cdc9e9bded35d493c91ef16d optional: false category: main - build: h2797004_0 + build: he5830b7_0 subdir: linux-64 build_number: 0 - license: Unlicense - size: 828910 - timestamp: 1684264791037 -- name: libexpat - version: 2.5.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda - hash: - md5: 6305a3dd2752c76335295da4e581f2fd - sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 - optional: false - category: main - build: hcb278e6_1 - subdir: linux-64 - build_number: 1 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 77980 - timestamp: 1680190528313 -- name: gmpy2 - version: 2.1.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - gmp: '>=6.2.1,<7.0a0' - mpfr: '>=4.1.0,<5.0a0' - libgcc-ng: '>=12' - mpc: '>=1.2.1,<2.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.1.2-py311h6a5fa03_1.tar.bz2 - hash: - md5: 3515bd4a3d92bbd3cc2d25aac335e34d - sha256: 20862200f4d07ba583ab6ae9b56d7de2462474240872100973711dfa20d562d7 - optional: false - category: main - build: py311h6a5fa03_1 - subdir: linux-64 - build_number: 1 - license: LGPL-3.0-or-later - license_family: LGPL - size: 219751 - timestamp: 1666808798297 -- name: gmp - version: 6.2.1 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 419184 + timestamp: 1685816132543 +- name: gxx_impl_linux-64 + version: 11.4.0 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.2.1-h58526e2_0.tar.bz2 + gcc_impl_linux-64: ==11.4.0 h7aa1c59_0 + sysroot_linux-64: '*' + libstdcxx-devel_linux-64: ==11.4.0 h922705a_0 + url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-11.4.0-h7aa1c59_0.conda hash: - md5: b94cf2db16066b242ebd26db2facbd56 - sha256: 07a5319e1ac54fe5d38f50c60f7485af7f830b036da56957d0bfb7558a886198 + md5: 0a7a65ae7f95053773f6b88e2b0fc9ab + sha256: d50cea15462631e16b2e577a7889ab5c3c6e743b79b165af4edd32b37541da27 optional: false category: main - build: h58526e2_0 + build: h7aa1c59_0 subdir: linux-64 build_number: 0 - license: GPL-2.0-or-later AND LGPL-3.0-or-later - size: 825784 - timestamp: 1605751468661 -- name: python_abi - version: '3.11' - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-3_cp311.conda - hash: - md5: c2e2630ddb68cf52eec74dc7dfab20b5 - sha256: 2966a87dcb0b11fad28f9fe8216bfa4071115776b47ffc7547492fed176e1a1f - optional: false - category: main - build: 3_cp311 - subdir: linux-64 - build_number: 3 - constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 5682 - timestamp: 1669071702664 -- name: mpmath - version: 1.3.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 11255826 + timestamp: 1685816634051 +- name: gcc_impl_linux-64 + version: 11.4.0 manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_0.conda + libgcc-devel_linux-64: ==11.4.0 h922705a_0 + sysroot_linux-64: '*' + libsanitizer: ==11.4.0 h4dcbe23_0 + libstdcxx-ng: '>=11.4.0' + libgomp: '>=11.4.0' + binutils_impl_linux-64: '>=2.39' + libgcc-ng: '>=11.4.0' + url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-11.4.0-h7aa1c59_0.conda hash: - md5: dbf6e2d89137da32fa6670f3bffc024e - sha256: a4f025c712ec1502a55c471b56a640eaeebfce38dd497d5a1a33729014cac47a + md5: 858ee47d842ee80e9777c7f558aedf13 + sha256: e6b566c101a0baa403ec429962c9f8bea925d3f76b148d2a9f8044c331c8d7e8 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: h7aa1c59_0 + subdir: linux-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 438339 - timestamp: 1678228210181 -- name: humanfriendly - version: '10.0' + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 45074415 + timestamp: 1685816389961 +- name: gfortran_impl_linux-64 + version: 11.4.0 manager: conda platform: linux-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/humanfriendly-10.0-py311h38be061_4.tar.bz2 + gcc_impl_linux-64: '>=11.4.0' + libgfortran5: '>=11.4.0' + libstdcxx-ng: '>=4.9' + sysroot_linux-64: '*' + libgcc-ng: '>=4.9' + url: https://conda.anaconda.org/conda-forge/linux-64/gfortran_impl_linux-64-11.4.0-h86428dc_0.conda hash: - md5: 5c4f38a9e482f00a7bf23fe479c8ca29 - sha256: 4f865f48bd061deebd275987970c066f82eb43b19a70d5f7f0822c747c2ea34d + md5: 527c33027e397a3c05af48d693a0ca3a + sha256: 9675bcc40bf46a84295d86dd5b974cebd3727263d077698f83f1769c557c9aa1 optional: false category: main - build: py311h38be061_4 + build: h86428dc_0 subdir: linux-64 - build_number: 4 - license: MIT - license_family: MIT - size: 155511 - timestamp: 1667490029383 + build_number: 0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 13910894 + timestamp: 1685816562928 - name: sysroot_linux-64 version: '2.12' manager: conda @@ -2325,27 +2028,24 @@ package: noarch: generic size: 32940552 timestamp: 1635519363468 -- name: kernel-headers_linux-64 - version: 2.6.32 +- name: libstdcxx-devel_linux-64 + version: 11.4.0 manager: conda platform: linux-64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_15.tar.bz2 + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-devel_linux-64-11.4.0-h922705a_0.conda hash: - md5: 5dd5127afd710f91f6a75821bac0a4f0 - sha256: c9f33acc0f1095bd4e7a2b577dfa41fc3fef3713b3975e8467a0fbed188fe6f4 + md5: f6ab69b69e09f83024d1d79a72700c5a + sha256: 2064befcc62da09e0fb945aa342b74de87165d5267585a361d54277ac3e8c64a optional: false category: main - build: he073ed8_15 - subdir: noarch - build_number: 15 - constrains: - - sysroot_linux-64 ==2.12 - license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 + build: h922705a_0 + subdir: linux-64 + build_number: 0 + license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - noarch: generic - size: 723873 - timestamp: 1635519356018 + size: 8062856 + timestamp: 1685816208529 - name: libgfortran5 version: 13.1.0 manager: conda @@ -2366,499 +2066,548 @@ package: license_family: GPL size: 1437388 timestamp: 1685816112374 -- name: mpc - version: 1.3.1 +- name: binutils_impl_linux-64 + version: '2.40' manager: conda platform: linux-64 dependencies: - mpfr: '>=4.1.0,<5.0a0' - libgcc-ng: '>=12' - gmp: '>=6.2.1,<7.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/mpc-1.3.1-hfe3b2da_0.conda + ld_impl_linux-64: ==2.40 h41732ed_0 + sysroot_linux-64: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda hash: - md5: 289c71e83dc0daa7d4c81f04180778ca - sha256: 2f88965949ba7b4b21e7e5facd62285f7c6efdb17359d1b365c3bb4ecc968d29 + md5: 33084421a8c0af6aef1b439707f7662a + sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d optional: false category: main - build: hfe3b2da_0 + build: hf600244_0 subdir: linux-64 build_number: 0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 116276 - timestamp: 1674263855481 -- name: mpfr - version: 4.2.0 + license: GPL-3.0-only + license_family: GPL + size: 5414922 + timestamp: 1674833958334 +- name: libgcc-devel_linux-64 + version: 11.4.0 manager: conda platform: linux-64 - dependencies: - libgcc-ng: '>=12' - gmp: '>=6.2.1,<7.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.0-hb012696_0.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-devel_linux-64-11.4.0-h922705a_0.conda hash: - md5: 14d87bdff2cbd3b1179a29fb316ed743 - sha256: 03097f21c75b0936471809e533dbae44af9d9ae696ecf264d1a929fc9f9e4b83 + md5: 4b2b4bbd3b68a5fd72e648ea70208a97 + sha256: ef5f23785ac2aa61ee47838334bd80538a60dd23d31207bbcacbfa86a5a50d13 optional: false category: main - build: hb012696_0 + build: h922705a_0 subdir: linux-64 build_number: 0 - license: LGPL-3.0-only - license_family: LGPL - size: 630997 - timestamp: 1678380032676 -- name: libzlib - version: 1.2.13 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 2323351 + timestamp: 1685816140786 +- name: libsanitizer + version: 11.4.0 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda + libgcc-ng: '>=11.4.0' + url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-11.4.0-h4dcbe23_0.conda hash: - md5: f36c115f1ee199da648e0597ec2047ad - sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 + md5: 62790b01a5710ee704f48b01f64f4743 + sha256: e6eeee9515ea1d272eb087387646a0c08d1cdabfdf228740f337a9ddb249ec78 optional: false category: main - build: hd590300_5 + build: h4dcbe23_0 subdir: linux-64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 61588 - timestamp: 1686575217516 -- name: tzdata - version: 2023c + build_number: 0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 3739902 + timestamp: 1685816294532 +- name: binutils_linux-64 + version: '2.40' manager: conda platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + dependencies: + binutils_impl_linux-64: 2.40.* + sysroot_linux-64: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hbdbef99_0.conda hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 + md5: 8dd723ef0716b6d102d57bbacbe92b22 + sha256: 3ea4b9915086f5cfdd52c236734a1e64c88ea57a3cde6138209dc23291cb761e optional: false category: main - build: h71feb2d_0 - subdir: noarch + build: hbdbef99_0 + subdir: linux-64 build_number: 0 - license: LicenseRef-Public-Domain - noarch: generic - size: 117580 - timestamp: 1680041306008 -- name: openssl - version: 3.1.1 + license: BSD-3-Clause + license_family: BSD + size: 27916 + timestamp: 1686453020772 +- name: ld_impl_linux-64 + version: '2.40' manager: conda platform: linux-64 - dependencies: - ca-certificates: '*' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.1-hd590300_1.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda hash: - md5: 2e1d7b458ac8f1e3ca4e18b77add6277 - sha256: 407d655643389bdb49266842a816815c981ae98f3513a6a2059b908b3abb380a + md5: 7aca3059a1729aa76c597603f10b0dd3 + sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd optional: false category: main - build: hd590300_1 + build: h41732ed_0 subdir: linux-64 - build_number: 1 + build_number: 0 constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2642411 - timestamp: 1685517327134 -- name: libffi - version: 3.4.2 + - binutils_impl_linux-64 2.40 + license: GPL-3.0-only + license_family: GPL + size: 704696 + timestamp: 1674833944779 +- name: kernel-headers_linux-64 + version: 2.6.32 manager: conda platform: linux-64 - dependencies: - libgcc-ng: '>=9.4.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_15.tar.bz2 hash: - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e + md5: 5dd5127afd710f91f6a75821bac0a4f0 + sha256: c9f33acc0f1095bd4e7a2b577dfa41fc3fef3713b3975e8467a0fbed188fe6f4 optional: false category: main - build: h7f98852_5 - subdir: linux-64 - build_number: 5 - license: MIT - license_family: MIT - size: 58292 - timestamp: 1636488182923 -- name: bzip2 - version: 1.0.8 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 + build: he073ed8_15 + subdir: noarch + build_number: 15 + constrains: + - sysroot_linux-64 ==2.12 + license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 + license_family: GPL + noarch: generic + size: 723873 + timestamp: 1635519356018 +- name: onnxruntime-cpp + version: 1.15.1 + manager: conda + platform: osx-arm64 + dependencies: + libcxx: '>=15.0.7' + url: https://conda.anaconda.org/conda-forge/osx-arm64/onnxruntime-cpp-1.15.1-hd757141_1.conda hash: - md5: a1fd65c7ccbf10880423d82bca54eb54 - sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa + md5: e8d4697439414f01e38b9fbec8a12345 + sha256: 742c4e04002245acdacdde53362d3cffa6b0077a2537f0510ecf5e1ea0ec6dbe optional: false category: main - build: h7f98852_4 - subdir: linux-64 - build_number: 4 - license: bzip2-1.0.6 - license_family: BSD - size: 495686 - timestamp: 1606604745109 -- name: _openmp_mutex - version: '4.5' + build: hd757141_1 + subdir: osx-arm64 + build_number: 1 + license: MIT AND BSL-1.0 + size: 7860119 + timestamp: 1687344942554 +- name: ninja + version: 1.11.1 manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - libgomp: '>=7.5.0' - _libgcc_mutex: ==0.1 conda_forge - url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 + libcxx: '>=14.0.6' + url: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.11.1-hffc8910_0.conda hash: - md5: 73aaf86a425cc6e73fcf236a5a46396d - sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 + md5: fdecec4002f41cf6ea1eea5b52947ee0 + sha256: a594e90b0ed8202c280fff4a008f6a355d0db54a62b17067dc4a950370ddffc0 optional: false category: main - build: 2_gnu - subdir: linux-64 - build_number: 16 - constrains: - - openmp_impl 9999 - license: BSD-3-Clause - license_family: BSD - size: 23621 - timestamp: 1650670423406 -- name: numpy - version: 1.25.0 + build: hffc8910_0 + subdir: osx-arm64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 107047 + timestamp: 1676837935565 +- name: cli11 + version: 2.3.2 manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - libcblas: '>=3.9.0,<4.0a0' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - libblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.25.0-py311h64a7726_0.conda + libcxx: '>=14.0.6' + url: https://conda.anaconda.org/conda-forge/osx-arm64/cli11-2.3.2-hb7217d7_0.conda hash: - md5: 4df60430eca64502eb01e02df92246bf - sha256: fb1723f13286d65471b40e6310ebf5f4fb2eb24a77f372a58ddf8bc2453dfbb6 + md5: 6ea00006732eadf7dfb3ad7e30e28df9 + sha256: 9570d9fe7768777cc0464a7b1c94563fdb03b743cf3704e6e24163713adcc3e2 optional: false category: main - build: py311h64a7726_0 - subdir: linux-64 + build: hb7217d7_0 + subdir: osx-arm64 build_number: 0 - constrains: - - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 7978556 - timestamp: 1687056703668 -- name: protobuf - version: 4.23.2 + size: 74666 + timestamp: 1672846523392 +- name: compilers + version: 1.5.2 manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - libstdcxx-ng: '>=12' - python_abi: 3.11.* *_cp311 - setuptools: '*' - libprotobuf: '>=4.23.2,<4.23.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/protobuf-4.23.2-py311hbec7ed6_1.conda + cxx-compiler: ==1.5.2 hffc8910_0 + c-compiler: ==1.5.2 h5008568_0 + fortran-compiler: ==1.5.2 h2ccabda_0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/compilers-1.5.2-hce30654_0.conda hash: - md5: d7366f0bd1f0807990934f41b2364824 - sha256: c35a6004e9afff8942c49df3a5c2460a87dde25b6330b174c3f9c39fb9ce0656 + md5: 4bf0aaf590a633d103a70841bb9f2f2e + sha256: 9a21d680350cf836160476852d18f2fdfb3c95ea9556d061dc08422907c02c1e optional: false category: main - build: py311hbec7ed6_1 - subdir: linux-64 - build_number: 1 + build: hce30654_0 + subdir: osx-arm64 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 388420 - timestamp: 1685507378409 -- name: ca-certificates - version: 2023.5.7 + size: 6472 + timestamp: 1670951874861 +- name: cmake + version: 3.26.4 manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.5.7-hbcca054_0.conda + platform: osx-arm64 + dependencies: + libuv: '*' + libcurl: '>=8.1.0,<9.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + rhash: '*' + expat: '*' + libexpat: '>=2.5.0,<3.0a0' + xz: '>=5.2.6,<6.0a0' + bzip2: '>=1.0.8,<2.0a0' + libcxx: '>=15.0.7' + ncurses: '>=6.3,<7.0a0' + zlib: '*' + zstd: '>=1.5.2,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.26.4-hc0af03a_0.conda hash: - md5: f5c65075fc34438d5b456c7f3f5ab695 - sha256: 0cf1bb3d0bfc5519b60af2c360fa4888fb838e1476b1e0f65b9dbc48b45c7345 + md5: 84c170713e88c74f45fd87ce2a065cd3 + sha256: cba596b6bba58e347bd8be51fce82583f16c5707f6c98b22a7e7ba1ecdb09783 optional: false category: main - build: hbcca054_0 - subdir: linux-64 + build: hc0af03a_0 + subdir: osx-arm64 build_number: 0 - license: ISC - size: 148360 - timestamp: 1683451720318 -- name: setuptools - version: 68.0.0 + license: BSD-3-Clause + license_family: BSD + size: 13748747 + timestamp: 1684461655168 +- name: pkg-config + version: 0.29.2 manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.0.0-pyhd8ed1ab_0.conda + libglib: '>=2.70.2,<3.0a0' + libiconv: '>=1.16,<2.0.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/pkg-config-0.29.2-hab62308_1008.tar.bz2 hash: - md5: 5a7739d0f57ee64133c9d32e6507c46d - sha256: 083a0913f5b56644051f31ac40b4eeea762a88c00aa12437817191b85a753cec + md5: 8d173d52214679033079d1b0582075aa + sha256: e59e69111709d097f9938e72ba19811ec1ef36aababdbed77bd7c767f15639e0 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 463712 - timestamp: 1687527994911 -- name: libprotobuf - version: 4.23.2 + build: hab62308_1008 + subdir: osx-arm64 + build_number: 1008 + license: GPL-2.0-or-later + license_family: GPL + size: 46049 + timestamp: 1650239029040 +- name: libglib + version: 2.76.3 manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - libstdcxx-ng: '>=12' + gettext: '>=0.21.1,<1.0a0' + libcxx: '>=15.0.7' + pcre2: '>=10.40,<10.41.0a0' + libffi: '>=3.4,<4.0a0' + libiconv: '>=1.17,<2.0a0' libzlib: '>=1.2.13,<1.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.23.2-hd1fb520_5.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.76.3-h24e9cb9_0.conda hash: - md5: 40e9b664b20732e651178d0ea29ae2a5 - sha256: 5f5b16e2e535e6116d0f51f9a15587d76fbe6504e69351ac117a74d666965c01 + md5: 30b160e9e8ca46b28491ca85eab61dce + sha256: 5b31f80d89224fbfbd0c46b313f6a8d3c43f20f2ae57613cd25d46524a3ca23d optional: false category: main - build: hd1fb520_5 - subdir: linux-64 - build_number: 5 - license: BSD-3-Clause - license_family: BSD - size: 2585038 - timestamp: 1686806990835 -- name: libabseil - version: '20230125.2' + build: h24e9cb9_0 + subdir: osx-arm64 + build_number: 0 + constrains: + - glib 2.76.3 *_0 + license: LGPL-2.1-or-later + size: 2519808 + timestamp: 1684848541134 +- name: gettext + version: 0.21.1 manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20230125.2-cxx17_h59595ed_2.conda + libiconv: '>=1.17,<2.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.21.1-h0186832_0.tar.bz2 hash: - md5: f67106643beadfc737b94ca0bfd6d8e3 - sha256: 1778dc86603df24aaf6865f7f3e1ffc5c793a0f1fc4570add2a6ccb4c0a62785 + md5: 63d2ff6fddfa74e5458488fd311bf635 + sha256: 093b2f96dc4b48e4952ab8946facec98b34b708a056251fc19c23c3aad30039e optional: false category: main - build: cxx17_h59595ed_2 - subdir: linux-64 - build_number: 2 - constrains: - - abseil-cpp =20230125.2 - - libabseil-static =20230125.2=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1240973 - timestamp: 1684047122842 -- name: libblas - version: 3.9.0 + build: h0186832_0 + subdir: osx-arm64 + build_number: 0 + license: LGPL-2.1-or-later AND GPL-3.0-or-later + size: 4021036 + timestamp: 1665674192347 +- name: pcre2 + version: '10.40' manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - libopenblas: '>=0.3.23,<1.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-17_linux64_openblas.conda + libzlib: '>=1.2.12,<1.3.0a0' + bzip2: '>=1.0.8,<2.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.40-hb34f9b4_0.tar.bz2 hash: - md5: 57fb44770b1bc832fb2dbefa1bd502de - sha256: 5a9dfeb9ede4b7ac136ac8c0b589309f8aba5ce79d14ca64ad8bffb3876eb04b + md5: 721b7288270bafc83586b0f01c2a67f2 + sha256: 93503b5e05470ccc87f696c0fdf0d47938e0305b5047eacb85c15d78dcf641fe optional: false category: main - build: 17_linux64_openblas - subdir: linux-64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_linux64_openblas - - libcblas 3.9.0 17_linux64_openblas - - blas * openblas - - liblapack 3.9.0 17_linux64_openblas + build: hb34f9b4_0 + subdir: osx-arm64 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14473 - timestamp: 1685930788591 -- name: libopenblas - version: 0.3.23 + size: 1161688 + timestamp: 1665563317371 +- name: expat + version: 2.5.0 manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - libgfortran-ng: '*' - libgcc-ng: '>=12' - libgfortran5: '>=11.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.23-pthreads_h80387f5_0.conda + libexpat: ==2.5.0 hb7217d7_1 + url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.5.0-hb7217d7_1.conda hash: - md5: 9c5ea51ccb8ffae7d06c645869d24ce6 - sha256: 00aee12d04979d024c7f9cabccff5f5db2852c934397ec863a4abde3e09d5a79 + md5: 624fa0dd6fdeaa650b71a62296fdfedf + sha256: 9f06afbe4604decf6a2e8e7e87f5ca218a3e9049d57d5b3fcd538ca6240d21a0 optional: false category: main - build: pthreads_h80387f5_0 - subdir: linux-64 - build_number: 0 - constrains: - - openblas >=0.3.23,<0.3.24.0a0 - license: BSD-3-Clause - license_family: BSD - size: 5406072 - timestamp: 1681398290679 -- name: liblapack - version: 3.9.0 + build: hb7217d7_1 + subdir: osx-arm64 + build_number: 1 + license: MIT + license_family: MIT + size: 117851 + timestamp: 1680190940654 +- name: libcurl + version: 8.1.2 manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - libblas: ==3.9.0 17_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-17_linux64_openblas.conda + libssh2: '>=1.10.0,<2.0a0' + libnghttp2: '>=1.52.0,<2.0a0' + openssl: '>=3.1.0,<4.0a0' + krb5: '>=1.20.1,<1.21.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + zstd: '>=1.5.2,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.1.2-h912dcd9_0.conda hash: - md5: a2103882c46492e26500fcb56c03de8b - sha256: 45128394d2f4d4caf949c1b02bff1cace3ef2e33762dbe8f0edec7701a16aaa9 + md5: af01aa21cd4bb0cf519cda6bcec83fc5 + sha256: 5d5bbc7a6eb363b2df85c5df32d34295346fc8b4d9e3754bbaf2af3e80422fab optional: false category: main - build: 17_linux64_openblas - subdir: linux-64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_linux64_openblas - - libcblas 3.9.0 17_linux64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14408 - timestamp: 1685930812931 -- name: libcblas - version: 3.9.0 + build: h912dcd9_0 + subdir: osx-arm64 + build_number: 0 + license: curl + license_family: MIT + size: 345816 + timestamp: 1685448186761 +- name: libnghttp2 + version: 1.52.0 manager: conda - platform: linux-64 + platform: osx-arm64 dependencies: - libblas: ==3.9.0 17_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-17_linux64_openblas.conda + libcxx: '>=14.0.6' + c-ares: '>=1.18.1,<2.0a0' + libev: '>=4.33,<4.34.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + openssl: '>=3.0.8,<4.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.52.0-hae82a92_0.conda hash: - md5: 7ef0969b00fe3d6eef56a8151d3afb29 - sha256: 535bc0a6bc7641090b1bdd00a001bb6c4ac43bce2a11f238bc6676252f53eb3f + md5: 1d319e95a0216f801293626a00337712 + sha256: 1a3944d6295dcbecdf6489ce8a05fe416ad401727c901ec390e9200a351bdb10 optional: false category: main - build: 17_linux64_openblas - subdir: linux-64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_linux64_openblas - - blas * openblas - - liblapack 3.9.0 17_linux64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14401 - timestamp: 1685930800770 -- name: libgfortran-ng - version: 13.1.0 + build: hae82a92_0 + subdir: osx-arm64 + build_number: 0 + license: MIT + license_family: MIT + size: 564295 + timestamp: 1677678452375 +- name: libuv + version: 1.44.2 manager: conda - platform: linux-64 - dependencies: - libgfortran5: ==13.1.0 h15d22d2_0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.1.0-h69a702a_0.conda + platform: osx-arm64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.44.2-he4db4b2_0.tar.bz2 hash: - md5: 506dc07710dd5b0ba63cbf134897fc10 - sha256: 429e1d8a3e70b632df5b876e3fc322a56f769756693daa07114c46fa5098684e + md5: 9ec5d69871f50066aca03d0611507396 + sha256: 287e905d9e28cd868033c98cb5871377c1fdaa9c4985195ea59023aaff1ebdbf optional: false category: main - build: h69a702a_0 - subdir: linux-64 + build: he4db4b2_0 + subdir: osx-arm64 build_number: 0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 23182 - timestamp: 1685816194244 -- name: onnxruntime - version: 1.15.1 + license: MIT + license_family: MIT + size: 467798 + timestamp: 1657719563117 +- name: rhash + version: 1.4.3 manager: conda platform: osx-arm64 - dependencies: - protobuf: '*' - python: '>=3.11,<3.12.0a0 *_cpython' - coloredlogs: '*' - python_abi: 3.11.* *_cp311 - sympy: '*' - numpy: '>=1.23.5,<2.0a0' - libcxx: '>=15.0.7' - packaging: '*' - python-flatbuffers: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/onnxruntime-1.15.1-py311h6b9c056_1.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.3-he4db4b2_0.tar.bz2 hash: - md5: 40a8e4b061a219ead67d17423ccdd138 - sha256: cfaaa3c88f40ff86ee9d41811dc0d7d371ab08d82262f405a8a3fb58b8261e38 + md5: e45421ad669d2e9bf56b7af7be0111e0 + sha256: 404182eee6bc4da134cf1ce32ddf055d1a80bf14702bc9978de04f5eb2ecbf86 optional: false category: main - build: py311h6b9c056_1 + build: he4db4b2_0 subdir: osx-arm64 - build_number: 1 - license: MIT AND BSL-1.0 - size: 5043909 - timestamp: 1687345057392 -- name: compilers + build_number: 0 + license: MIT + license_family: MIT + size: 199253 + timestamp: 1655257790374 +- name: zstd version: 1.5.2 manager: conda platform: osx-arm64 dependencies: - cxx-compiler: ==1.5.2 hffc8910_0 - c-compiler: ==1.5.2 h5008568_0 - fortran-compiler: ==1.5.2 h2ccabda_0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/compilers-1.5.2-hce30654_0.conda + libzlib: '>=1.2.13,<1.3.0a0' + libcxx: '>=14.0.6' + url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-hf913c23_6.conda hash: - md5: 4bf0aaf590a633d103a70841bb9f2f2e - sha256: 9a21d680350cf836160476852d18f2fdfb3c95ea9556d061dc08422907c02c1e + md5: 8f346953ef63bf5fb482488a659adcf3 + sha256: 018989ba028e76abc332c246002e8f5975ff123c68f6116a30da8009b14ea88d optional: false category: main - build: hce30654_0 + build: hf913c23_6 subdir: osx-arm64 - build_number: 0 + build_number: 6 license: BSD-3-Clause license_family: BSD - size: 6472 - timestamp: 1670951874861 -- name: c-compiler - version: 1.5.2 + size: 308282 + timestamp: 1674244921036 +- name: c-ares + version: 1.19.1 manager: conda platform: osx-arm64 - dependencies: - ld64: '>=530' - llvm-openmp: '*' - clang_osx-arm64: 14.* - cctools: '>=949.0.1' - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.5.2-h5008568_0.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.19.1-hb547adb_0.conda hash: - md5: 56a88306583601d05b6eeded173d73d9 - sha256: 54fabbef178e857a639a9c7a302cdab072ca5c2b94052ac939a7ebcf9dad32e4 + md5: e7fc7430440d255e3a9c7e5a52f7b294 + sha256: fc9d0fcfb30c20c0032b294120b6ba9c01078ddb372c34dd491214c598aecc06 optional: false category: main - build: h5008568_0 + build: hb547adb_0 subdir: osx-arm64 build_number: 0 - license: BSD - size: 5667 - timestamp: 1670951842052 -- name: cxx-compiler - version: 1.5.2 + license: MIT + license_family: MIT + size: 101998 + timestamp: 1684783026131 +- name: libev + version: '4.33' manager: conda platform: osx-arm64 - dependencies: - clangxx_osx-arm64: 14.* - c-compiler: ==1.5.2 h5008568_0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.5.2-hffc8910_0.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h642e427_1.tar.bz2 hash: - md5: 3dd2dd956573a59e32711e2e08bb5d8b - sha256: 84f23671f8b18aeabcfd4b5315383442c3bdff3c9194b85c30ec5690d14e721a + md5: 566dbf70fe79eacdb3c3d3d195a27f55 + sha256: eb7325eb2e6bd4c291cb9682781b35b8c0f68cb72651c35a5b9dd22707ebd25c optional: false category: main - build: hffc8910_0 + build: h642e427_1 subdir: osx-arm64 - build_number: 0 - license: BSD + build_number: 1 + license: BSD-2-Clause + license_family: BSD + size: 100668 + timestamp: 1598868103393 +- name: libssh2 + version: 1.11.0 + manager: conda + platform: osx-arm64 + dependencies: + libzlib: '>=1.2.13,<1.3.0a0' + openssl: '>=3.1.1,<4.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda + hash: + md5: 029f7dc931a3b626b94823bc77830b01 + sha256: bb57d0c53289721fff1eeb3103a1c6a988178e88d8a8f4345b0b91a35f0e0015 + optional: false + category: main + build: h7a5bd25_0 + subdir: osx-arm64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 255610 + timestamp: 1685837894256 +- name: libcxx + version: 16.0.6 + manager: conda + platform: osx-arm64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda + hash: + md5: 9d7d724faf0413bf1dbc5a85935700c8 + sha256: 11d3fb51c14832d9e4f6d84080a375dec21ea8a3a381a1910e67ff9cedc20355 + optional: false + category: main + build: h4653b0c_0 + subdir: osx-arm64 + build_number: 0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 1160232 + timestamp: 1686896993785 +- name: c-compiler + version: 1.5.2 + manager: conda + platform: osx-arm64 + dependencies: + ld64: '>=530' + llvm-openmp: '*' + clang_osx-arm64: 14.* + cctools: '>=949.0.1' + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.5.2-h5008568_0.conda + hash: + md5: 56a88306583601d05b6eeded173d73d9 + sha256: 54fabbef178e857a639a9c7a302cdab072ca5c2b94052ac939a7ebcf9dad32e4 + optional: false + category: main + build: h5008568_0 + subdir: osx-arm64 + build_number: 0 + license: BSD + size: 5667 + timestamp: 1670951842052 +- name: cxx-compiler + version: 1.5.2 + manager: conda + platform: osx-arm64 + dependencies: + clangxx_osx-arm64: 14.* + c-compiler: ==1.5.2 h5008568_0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.5.2-hffc8910_0.conda + hash: + md5: 3dd2dd956573a59e32711e2e08bb5d8b + sha256: 84f23671f8b18aeabcfd4b5315383442c3bdff3c9194b85c30ec5690d14e721a + optional: false + category: main + build: hffc8910_0 + subdir: osx-arm64 + build_number: 0 + license: BSD size: 5689 timestamp: 1670951872433 - name: fortran-compiler @@ -2883,484 +2632,460 @@ package: license: BSD size: 5721 timestamp: 1670951865746 -- name: cli11 - version: 2.3.2 +- name: bzip2 + version: 1.0.8 manager: conda platform: osx-arm64 - dependencies: - libcxx: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-arm64/cli11-2.3.2-hb7217d7_0.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h3422bc3_4.tar.bz2 hash: - md5: 6ea00006732eadf7dfb3ad7e30e28df9 - sha256: 9570d9fe7768777cc0464a7b1c94563fdb03b743cf3704e6e24163713adcc3e2 + md5: fc76ace7b94fb1f694988ab1b14dd248 + sha256: a3efbd06ad1432edb0163c48225421f34c2660f5cc002283a8d27e791320b549 optional: false category: main - build: hb7217d7_0 + build: h3422bc3_4 subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause + build_number: 4 + license: bzip2-1.0.6 license_family: BSD - size: 74666 - timestamp: 1672846523392 -- name: llvm-openmp - version: 16.0.6 + size: 151850 + timestamp: 1618862645215 +- name: libzlib + version: 1.2.13 manager: conda platform: osx-arm64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-16.0.6-h1c12783_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda hash: - md5: 52e5730888439f7f55fd4f83905581b4 - sha256: f5cbb852853a7a931716d55e39515876f61fefd0cb4e055f286adc2dc3bc9d2a + md5: 1a47f5236db2e06a320ffa0392f81bd8 + sha256: ab1c8aefa2d54322a63aaeeefe9cf877411851738616c4068e0dccc66b9c758a optional: false category: main - build: h1c12783_0 + build: h53f4e23_5 subdir: osx-arm64 - build_number: 0 + build_number: 5 constrains: - - openmp 16.0.6|16.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 268740 - timestamp: 1686865657336 -- name: gfortran_osx-arm64 - version: 11.3.0 + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 48102 + timestamp: 1686575426584 +- name: libiconv + version: '1.17' manager: conda platform: osx-arm64 - dependencies: - ld64_osx-arm64: '*' - libgfortran: 5.* - libgfortran-devel_osx-arm64: ==11.3.0 - clang: '*' - libgfortran5: '>=11.3.0' - cctools_osx-arm64: '*' - clang_osx-arm64: '*' - gfortran_impl_osx-arm64: ==11.3.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gfortran_osx-arm64-11.3.0-h57527a5_1.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-he4db4b2_0.tar.bz2 hash: - md5: 0667d72758054cb77857af171b40897c - sha256: 69f7c181c8182fdbfafcd21b17203d602c932e450715d5729d945ce6da1f4c3c + md5: 686f9c755574aa221f29fbcf36a67265 + sha256: 2eb33065783b802f71d52bef6f15ce0fafea0adc8506f10ebd0d490244087bec optional: false category: main - build: h57527a5_1 + build: he4db4b2_0 subdir: osx-arm64 - build_number: 1 - license: GPL-3.0-or-later WITH GCC-exception-3.1 - license_family: GPL - size: 34934 - timestamp: 1678365554826 -- name: gfortran - version: 12.2.0 + build_number: 0 + license: GPL and LGPL + size: 1407036 + timestamp: 1652700956112 +- name: openssl + version: 3.1.1 manager: conda platform: osx-arm64 dependencies: - gfortran_osx-arm64: '*' - ld64: '*' - cctools: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/gfortran-12.2.0-h1ca8e4b_1.conda + ca-certificates: '*' + url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.1.1-h53f4e23_1.conda hash: - md5: 93aa3c515165fabe0130c421a3d1b794 - sha256: 0950c69a1c7b774aed5a9bb4145b6e2a790dc7aa2fe7d27078a91d29d1ffb931 + md5: 7451b96ed28b5fd02f0df32689327755 + sha256: 898aac8f8753385e9cd378d539364647d1deb9396032b7c1fd8f0f08107e020b optional: false category: main - build: h1ca8e4b_1 + build: h53f4e23_1 subdir: osx-arm64 build_number: 1 - license: GPL-3.0-or-later WITH GCC-exception-3.1 - license_family: GPL - size: 31562 - timestamp: 1678365473086 -- name: clangxx_osx-arm64 - version: 14.0.6 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + size: 2223980 + timestamp: 1685517736396 +- name: krb5 + version: 1.20.1 manager: conda platform: osx-arm64 dependencies: - libllvm14: '>=14.0.6,<14.1.0a0' + libedit: '>=3.1.20191231,<4.0a0' libcxx: '>=14.0.6' - clang_osx-arm64: ==14.0.6 h15773ab_6 - clangxx: 14.0.6.* - url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-14.0.6-he29aa18_6.conda + openssl: '>=3.0.7,<4.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.20.1-h69eda48_0.conda hash: - md5: 7a6be3e4c92a1cedf333f44d77fd732f - sha256: 175291d3e349829dc1f03d598815f70b11e978b9e286828c88b9d08a74eb1927 + md5: a85db53e45b1173f270fc998dd40ec03 + sha256: 80094682db47468befef8e14a8a2ccc82cf71d6cf23bfa5d25c4de1df56e3067 optional: false category: main - build: he29aa18_6 + build: h69eda48_0 subdir: osx-arm64 - build_number: 6 - license: BSD-3-Clause - license_family: BSD - size: 19398 - timestamp: 1679865337838 -- name: clang_osx-arm64 - version: 14.0.6 + build_number: 0 + license: MIT + license_family: MIT + size: 1094005 + timestamp: 1671091920523 +- name: libedit + version: 3.1.20191231 manager: conda platform: osx-arm64 dependencies: - ld64_osx-arm64: '*' - cctools_osx-arm64: '*' - clang: 14.0.6.* - compiler-rt: 14.0.6.* - llvm-tools: 14.0.6.* - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-14.0.6-h15773ab_6.conda + ncurses: '>=6.2,<7.0.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 hash: - md5: d8f3900d91a67bc95856b297b1fbd4ae - sha256: 4b9c93f2a13c8329db93c6acd3cdb6a4bace7848357943e3f2f8097153e71262 + md5: 30e4362988a2623e9eb34337b83e01f9 + sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca optional: false category: main - build: h15773ab_6 + build: hc8eb9b7_2 subdir: osx-arm64 - build_number: 6 - license: BSD-3-Clause + build_number: 2 + license: BSD-2-Clause license_family: BSD - size: 20547 - timestamp: 1679865317135 -- name: compiler-rt - version: 14.0.6 + size: 96607 + timestamp: 1597616630749 +- name: libffi + version: 3.4.2 manager: conda platform: osx-arm64 - dependencies: - clangxx: 14.0.6.* - clang: 14.0.6.* - compiler-rt_osx-arm64: 14.0.6.* - url: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-14.0.6-h30b49de_0.tar.bz2 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 hash: - md5: b88a5457fa7def557e5902046ab56b6e - sha256: 266578ae49450e6b4a778b454f8e7fd988676dd9146bb186093066ab1589ba06 + md5: 086914b672be056eb70fd4285b6783b6 + sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca optional: false category: main - build: h30b49de_0 + build: h3422bc3_5 subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 85467 - timestamp: 1667980555472 -- name: compiler-rt_osx-arm64 - version: 14.0.6 + build_number: 5 + license: MIT + license_family: MIT + size: 39020 + timestamp: 1636488587153 +- name: libexpat + version: 2.5.0 manager: conda platform: osx-arm64 - dependencies: - clangxx: 14.0.6.* - clang: 14.0.6.* - url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-14.0.6-h48302dc_0.tar.bz2 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda hash: - md5: ebcb473032038866101b70f9f270a9a2 - sha256: f9f63e8779ff31368cc92ee668308c8e7e974f68457f62148c5663aa0136a42d + md5: 5a097ad3d17e42c148c9566280481317 + sha256: 7d143a9c991579ad4207f84c632650a571c66329090daa32b3c87cf7311c3381 optional: false category: main - build: h48302dc_0 - subdir: noarch - build_number: 0 + build: hb7217d7_1 + subdir: osx-arm64 + build_number: 1 constrains: - - compiler-rt 14.0.6 - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - noarch: generic - size: 15828315 - timestamp: 1667980533329 -- name: libcxx - version: 16.0.6 + - expat 2.5.0.* + license: MIT + license_family: MIT + size: 63442 + timestamp: 1680190916539 +- name: ncurses + version: '6.4' manager: conda platform: osx-arm64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h7ea286d_0.conda hash: - md5: 9d7d724faf0413bf1dbc5a85935700c8 - sha256: 11d3fb51c14832d9e4f6d84080a375dec21ea8a3a381a1910e67ff9cedc20355 + md5: 318337fb9d0c53ba635efb7888242373 + sha256: 017e230a1f912e15005d4c4f3d387119190b53240f9ae0ba8a319dd958901780 optional: false category: main - build: h4653b0c_0 + build: h7ea286d_0 subdir: osx-arm64 build_number: 0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 1160232 - timestamp: 1686896993785 -- name: python-flatbuffers - version: 23.5.26 + license: X11 AND BSD-3-Clause + size: 799196 + timestamp: 1686077139703 +- name: xz + version: 5.2.6 manager: conda platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-23.5.26-pyhd8ed1ab_0.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 hash: - md5: 131dd3656f3b731ab852fc66d3c41058 - sha256: 6d2fdc92fce4124e2d32403b71da89e9f3e65393670d74466b4ff4843434392e + md5: 39c6b54e94014701dd157f4f576ed211 + sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: h57fd34a_0 + subdir: osx-arm64 build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 34110 - timestamp: 1685164237787 -- name: coloredlogs - version: 15.0.1 + license: LGPL-2.1 and GPL-2.0 + size: 235693 + timestamp: 1660346961024 +- name: zlib + version: 1.2.13 manager: conda platform: osx-arm64 dependencies: - python: '>=3.7' - humanfriendly: '>=9.1' - url: https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_3.tar.bz2 + libzlib: ==1.2.13 h53f4e23_5 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda hash: - md5: 7b4fc18b7f66382257c45424eaf81935 - sha256: 0bb37abbf3367add8a8e3522405efdbd06605acfc674488ef52486968f2c119d + md5: a08383f223b10b71492d27566fafbf6c + sha256: de0ee1e24aa6867058d3b852a15c8d7f49f262f5828772700c647186d4a96bbe optional: false category: main - build: pyhd8ed1ab_3 - subdir: noarch - build_number: 3 - license: MIT - license_family: MIT - noarch: python - size: 40569 - timestamp: 1643220223971 -- name: packaging - version: '23.1' + build: h53f4e23_5 + subdir: osx-arm64 + build_number: 5 + license: Zlib + license_family: Other + size: 79577 + timestamp: 1686575471024 +- name: ca-certificates + version: 2023.5.7 manager: conda platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.5.7-hf0a4a13_0.conda hash: - md5: 91cda59e66e1e4afe9476f8ef98f5c30 - sha256: ded536a96a00d45a693dbc2971bb688248324dadd129eddda2100e177583d768 + md5: a8387be82224743cf849fb907790b91a + sha256: 27214b54d1cb9a92455689e20d0007a0ff9ace99b853867d53a05a04c24bdae5 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: hf0a4a13_0 + subdir: osx-arm64 build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 46098 - timestamp: 1681337144376 -- name: sympy - version: '1.12' + license: ISC + size: 148524 + timestamp: 1683451885269 +- name: cctools + version: 973.0.1 manager: conda platform: osx-arm64 dependencies: - mpmath: '>=0.19' - python: '>=3.8' - gmpy2: '>=2.0.8' - __unix: '*' - url: https://conda.anaconda.org/conda-forge/noarch/sympy-1.12-pypyh9d50eac_103.conda + libllvm14: '>=14.0.6,<14.1.0a0' + ld64: ==609 h619f069_13 + cctools_osx-arm64: ==973.0.1 hef52d2f_13 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-973.0.1-hcbb26d4_13.conda hash: - md5: 2f7d6347d7acf6edf1ac7f2189f44c8f - sha256: 0025dd4e6411423903bf478d1b9fbff0cbbbe546f51c9375dfd6729ef2e1a1ac + md5: 0f89fe3819b672b09d7e6cadc8932cea + sha256: a7c66e9d8a353e5996dc63dc1f179a7dda40a4133d056dcbca90855b9157e199 optional: false category: main - build: pypyh9d50eac_103 - subdir: noarch - build_number: 103 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 4256289 - timestamp: 1684180689319 -- name: python - version: 3.11.4 + build: hcbb26d4_13 + subdir: osx-arm64 + build_number: 13 + license: APSL-2.0 + license_family: Other + size: 21680 + timestamp: 1679508607015 +- name: ld64 + version: '609' manager: conda platform: osx-arm64 dependencies: - tzdata: '*' - openssl: '>=3.1.1,<4.0a0' - readline: '>=8.2,<9.0a0' - libffi: '>=3.4,<4.0a0' - libsqlite: '>=3.42.0,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libexpat: '>=2.5.0,<3.0a0' - tk: '>=8.6.12,<8.7.0a0' - bzip2: '>=1.0.8,<2.0a0' - xz: '>=5.2.6,<6.0a0' - ncurses: '>=6.4,<7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.11.4-h47c9636_0_cpython.conda + ld64_osx-arm64: ==609 h7167370_13 + libllvm14: '>=14.0.6,<14.1.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-609-h619f069_13.conda hash: - md5: b790b3cac8db7bdf2aaced9460bdbce4 - sha256: 7865a28f7ec5c453cd8d3e7f539e02028ba5aa2aa33ccaa9915ba2654ae03ab2 + md5: c771ebc91a8088d5078332c83758e774 + sha256: f39fdd5b8bfacc811d812370c26b5bd7a95551c130775664ed7eb259c509c9da optional: false category: main - build: h47c9636_0_cpython + build: h619f069_13 subdir: osx-arm64 - build_number: 0 + build_number: 13 constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 14666250 - timestamp: 1686420844311 -- name: ncurses - version: '6.4' + - cctools 973.0.1.* + - cctools_osx-arm64 973.0.1.* + license: APSL-2.0 + license_family: Other + size: 18839 + timestamp: 1679508545094 +- name: llvm-openmp + version: 16.0.6 manager: conda platform: osx-arm64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h7ea286d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-16.0.6-h1c12783_0.conda hash: - md5: 318337fb9d0c53ba635efb7888242373 - sha256: 017e230a1f912e15005d4c4f3d387119190b53240f9ae0ba8a319dd958901780 + md5: 52e5730888439f7f55fd4f83905581b4 + sha256: f5cbb852853a7a931716d55e39515876f61fefd0cb4e055f286adc2dc3bc9d2a optional: false category: main - build: h7ea286d_0 + build: h1c12783_0 subdir: osx-arm64 build_number: 0 - license: X11 AND BSD-3-Clause - size: 799196 - timestamp: 1686077139703 -- name: readline - version: '8.2' + constrains: + - openmp 16.0.6|16.0.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + size: 268740 + timestamp: 1686865657336 +- name: gfortran_osx-arm64 + version: 11.3.0 manager: conda platform: osx-arm64 dependencies: - ncurses: '>=6.3,<7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda + ld64_osx-arm64: '*' + libgfortran: 5.* + libgfortran-devel_osx-arm64: ==11.3.0 + clang: '*' + libgfortran5: '>=11.3.0' + cctools_osx-arm64: '*' + clang_osx-arm64: '*' + gfortran_impl_osx-arm64: ==11.3.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gfortran_osx-arm64-11.3.0-h57527a5_1.conda hash: - md5: 8cbb776a2f641b943d413b3e19df71f4 - sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 + md5: 0667d72758054cb77857af171b40897c + sha256: 69f7c181c8182fdbfafcd21b17203d602c932e450715d5729d945ce6da1f4c3c optional: false category: main - build: h92ec313_1 + build: h57527a5_1 subdir: osx-arm64 build_number: 1 - license: GPL-3.0-only + license: GPL-3.0-or-later WITH GCC-exception-3.1 license_family: GPL - size: 250351 - timestamp: 1679532511311 -- name: tk - version: 8.6.12 + size: 34934 + timestamp: 1678365554826 +- name: gfortran + version: 12.2.0 manager: conda platform: osx-arm64 dependencies: - libzlib: '>=1.2.11,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.12-he1e0b03_0.tar.bz2 + gfortran_osx-arm64: '*' + ld64: '*' + cctools: '*' + url: https://conda.anaconda.org/conda-forge/osx-arm64/gfortran-12.2.0-h1ca8e4b_1.conda hash: - md5: 2cb3d18eac154109107f093860bd545f - sha256: 9e43ec80045892e28233e4ca4d974e09d5837392127702fb952f3935b5e985a4 + md5: 93aa3c515165fabe0130c421a3d1b794 + sha256: 0950c69a1c7b774aed5a9bb4145b6e2a790dc7aa2fe7d27078a91d29d1ffb931 optional: false category: main - build: he1e0b03_0 + build: h1ca8e4b_1 subdir: osx-arm64 - build_number: 0 - license: TCL - license_family: BSD - size: 3382710 - timestamp: 1645032642101 -- name: xz - version: 5.2.6 + build_number: 1 + license: GPL-3.0-or-later WITH GCC-exception-3.1 + license_family: GPL + size: 31562 + timestamp: 1678365473086 +- name: clangxx_osx-arm64 + version: 14.0.6 manager: conda platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 + dependencies: + libllvm14: '>=14.0.6,<14.1.0a0' + libcxx: '>=14.0.6' + clang_osx-arm64: ==14.0.6 h15773ab_6 + clangxx: 14.0.6.* + url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-14.0.6-he29aa18_6.conda hash: - md5: 39c6b54e94014701dd157f4f576ed211 - sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec + md5: 7a6be3e4c92a1cedf333f44d77fd732f + sha256: 175291d3e349829dc1f03d598815f70b11e978b9e286828c88b9d08a74eb1927 optional: false category: main - build: h57fd34a_0 + build: he29aa18_6 subdir: osx-arm64 - build_number: 0 - license: LGPL-2.1 and GPL-2.0 - size: 235693 - timestamp: 1660346961024 -- name: libsqlite - version: 3.42.0 + build_number: 6 + license: BSD-3-Clause + license_family: BSD + size: 19398 + timestamp: 1679865337838 +- name: clang_osx-arm64 + version: 14.0.6 manager: conda platform: osx-arm64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.42.0-hb31c410_0.conda + ld64_osx-arm64: '*' + cctools_osx-arm64: '*' + clang: 14.0.6.* + compiler-rt: 14.0.6.* + llvm-tools: 14.0.6.* + url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-14.0.6-h15773ab_6.conda hash: - md5: 6ae1bbf3ae393a45a75685072fffbe8d - sha256: 120913cf0fb694546fbaf95dff211ac5c1e3e91bc69c73350891a05dc106355f + md5: d8f3900d91a67bc95856b297b1fbd4ae + sha256: 4b9c93f2a13c8329db93c6acd3cdb6a4bace7848357943e3f2f8097153e71262 optional: false category: main - build: hb31c410_0 + build: h15773ab_6 subdir: osx-arm64 - build_number: 0 - license: Unlicense - size: 822883 - timestamp: 1684265273102 -- name: libexpat - version: 2.5.0 + build_number: 6 + license: BSD-3-Clause + license_family: BSD + size: 20547 + timestamp: 1679865317135 +- name: libllvm14 + version: 14.0.6 manager: conda platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda + dependencies: + libzlib: '>=1.2.13,<1.3.0a0' + libcxx: '>=15' + url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm14-14.0.6-hd1a9a77_3.conda hash: - md5: 5a097ad3d17e42c148c9566280481317 - sha256: 7d143a9c991579ad4207f84c632650a571c66329090daa32b3c87cf7311c3381 + md5: 51d95b4036d6f7695b7dee38ea1792a6 + sha256: 905f9084737336c4232c25698e0ac16f23f3d9f541647c9874e8392cbcf9e9cd optional: false category: main - build: hb7217d7_1 + build: hd1a9a77_3 subdir: osx-arm64 - build_number: 1 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 63442 - timestamp: 1680190916539 -- name: gmpy2 - version: 2.1.2 + build_number: 3 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 20569776 + timestamp: 1685676531181 +- name: ld64_osx-arm64 + version: '609' manager: conda platform: osx-arm64 dependencies: - python: '>=3.11,<3.12.0a0 *_cpython' - python_abi: 3.11.* *_cp311 - mpfr: '>=4.1.0,<5.0a0' - gmp: '>=6.2.1,<7.0a0' - mpc: '>=1.2.1,<2.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/gmpy2-2.1.2-py311h2ba9262_1.tar.bz2 + libllvm14: '>=14.0.6,<14.1.0a0' + tapi: '>=1100.0.11,<1101.0a0' + libcxx: '*' + sigtool: '*' + url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-609-h7167370_13.conda hash: - md5: b8f9e2ef835066ec723b6297d260cbe6 - sha256: fe7f56afbc516efcb4512950e93b2b69ab7c908dd4cdb1a2e0b769c9252cd937 + md5: 95b0f14e103c5a2c27f5d53609e60643 + sha256: baed60a74f3fa1e3158240ca0562fecb9398e7568d4b6126e494771323995b5c optional: false category: main - build: py311h2ba9262_1 + build: h7167370_13 subdir: osx-arm64 - build_number: 1 - license: LGPL-3.0-or-later - license_family: LGPL - size: 164494 - timestamp: 1666809069024 -- name: gmp - version: 6.2.1 + build_number: 13 + constrains: + - cctools 973.0.1.* + - clang >=14.0.6,<15.0a0 + - ld 609.* + - cctools_osx-arm64 973.0.1.* + license: APSL-2.0 + license_family: Other + size: 1041975 + timestamp: 1679507658652 +- name: cctools_osx-arm64 + version: 973.0.1 manager: conda platform: osx-arm64 dependencies: - libcxx: '>=11.0.0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/gmp-6.2.1-h9f76cd9_0.tar.bz2 - hash: - md5: f8140773b6ca51bf32feec9b4290a8c5 - sha256: 2fd12c3e78b6c632f7f34883b942b973bdd24302c74f2b9b78e776b654baf591 - optional: false - category: main - build: h9f76cd9_0 - subdir: osx-arm64 - build_number: 0 - license: GPL-2.0-or-later AND LGPL-3.0-or-later - size: 570567 - timestamp: 1605751606013 -- name: python_abi - version: '3.11' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.11-3_cp311.conda + ld64_osx-arm64: '>=609,<610.0a0' + libllvm14: '>=14.0.6,<14.1.0a0' + libcxx: '*' + libzlib: '>=1.2.13,<1.3.0a0' + sigtool: '*' + url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-973.0.1-hef52d2f_13.conda hash: - md5: e1586496f8acd1c9293019ab14dbde9d - sha256: cd2bad56c398e77b7f559314c29dd54e9eeb842896ff1de5078ed3192e5e14a6 + md5: ec8f13409a2be66371f6d1022ce4fe9a + sha256: 1fbb33b31de5a1a31f7658cdb540f76aaf43f52c81e53f83761486820f653610 optional: false category: main - build: 3_cp311 + build: hef52d2f_13 subdir: osx-arm64 - build_number: 3 + build_number: 13 constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 5768 - timestamp: 1669071844807 + - cctools 973.0.1.* + - ld64 609.* + - clang 14.0.* + license: APSL-2.0 + license_family: Other + size: 1125905 + timestamp: 1679508483899 - name: clang version: 14.0.6 manager: conda @@ -3385,52 +3110,52 @@ package: license_family: Apache size: 133297 timestamp: 1684413800824 -- name: clang-14 +- name: compiler-rt version: 14.0.6 manager: conda platform: osx-arm64 dependencies: - libllvm14: '>=14.0.6,<14.1.0a0' - libclang-cpp14: ==14.0.6 default_h5dc8d65_1 - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-14-14.0.6-default_h5dc8d65_1.conda + clangxx: 14.0.6.* + clang: 14.0.6.* + compiler-rt_osx-arm64: 14.0.6.* + url: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-14.0.6-h30b49de_0.tar.bz2 hash: - md5: aafcdf5d9f0b5a00540469242d7ab67b - sha256: b674c9ff31b9bbf225b6c62e0b8a2ca45fe70ef78ad5ca22a79f6c8e41f37306 + md5: b88a5457fa7def557e5902046ab56b6e + sha256: 266578ae49450e6b4a778b454f8e7fd988676dd9146bb186093066ab1589ba06 optional: false category: main - build: default_h5dc8d65_1 + build: h30b49de_0 subdir: osx-arm64 - build_number: 1 - constrains: - - clangxx 14.0.6 - - llvm-tools 14.0.6 - - clang-tools 14.0.6 - - clangdev 14.0.6 + build_number: 0 license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 1028007 - timestamp: 1684413668339 -- name: libclang-cpp14 + license_family: APACHE + size: 85467 + timestamp: 1667980555472 +- name: llvm-tools version: 14.0.6 manager: conda platform: osx-arm64 dependencies: - libllvm14: '>=14.0.6,<14.1.0a0' - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp14-14.0.6-default_h5dc8d65_1.conda + libllvm14: ==14.0.6 hd1a9a77_3 + libzlib: '>=1.2.13,<1.3.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-14.0.6-hd1a9a77_3.conda hash: - md5: 7caa562f3551c16cd82d0147640091f8 - sha256: 9cb083dae695cda715e280c2cadd08b625ecc5842f99fb575901990b0e60bf7c + md5: 6d7a2cdecb10729faa86a4e6d861adf6 + sha256: b04e204fd03b7910bac32e76423dcfd855f3e2367a59a8e218ccbd102bba512c optional: false category: main - build: default_h5dc8d65_1 + build: hd1a9a77_3 subdir: osx-arm64 - build_number: 1 + build_number: 3 + constrains: + - llvmdev 14.0.6 + - clang 14.0.6.* + - clang-tools 14.0.6.* + - llvm 14.0.6.* license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 10930694 - timestamp: 1684413524265 + size: 9764071 + timestamp: 1685676684342 - name: clangxx version: 14.0.6 manager: conda @@ -3450,111 +3175,130 @@ package: license_family: Apache size: 133461 timestamp: 1684413825082 -- name: mpmath - version: 1.3.0 +- name: libgfortran + version: 5.0.0 manager: conda platform: osx-arm64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_0.conda + libgfortran5: '*' + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-12_2_0_hd922786_31.conda hash: - md5: dbf6e2d89137da32fa6670f3bffc024e - sha256: a4f025c712ec1502a55c471b56a640eaeebfce38dd497d5a1a33729014cac47a + md5: dfc3dff1ce831c8e821f19d5d218825a + sha256: 1abde945c2c7377aec9f2f648d9cc1fcb5f818a1e0caf53f8188b1182cbc1332 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 438339 - timestamp: 1678228210181 -- name: humanfriendly - version: '10.0' + build: 12_2_0_hd922786_31 + subdir: osx-arm64 + build_number: 31 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 160260 + timestamp: 1678488316051 +- name: libgfortran5 + version: 12.2.0 manager: conda platform: osx-arm64 dependencies: - python: '>=3.11,<3.12.0a0 *_cpython' - python_abi: 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/humanfriendly-10.0-py311h267d04e_4.tar.bz2 + llvm-openmp: '>=8.0.0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-12.2.0-h0eea778_31.conda hash: - md5: a0bc1d07727237a4599ce1ee54f49193 - sha256: 551c70bf655d3356ee8a03dee6df90dc3e7e817a3f47d8b7a828ab9d91919284 + md5: 244a7665228221cc951d5126b8bc1465 + sha256: 375b6ebafffcc1b0e377559b5ba7cb723634a88b77513ad158982d98ff98c32b optional: false category: main - build: py311h267d04e_4 + build: h0eea778_31 subdir: osx-arm64 - build_number: 4 - license: MIT - license_family: MIT - size: 156024 - timestamp: 1667490385648 -- name: libllvm14 - version: 14.0.6 + build_number: 31 + constrains: + - libgfortran 5.0.0 *_31 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 1049187 + timestamp: 1678488257002 +- name: gfortran_impl_osx-arm64 + version: 11.3.0 manager: conda platform: osx-arm64 dependencies: + libgfortran-devel_osx-arm64: 11.3.0.* + gmp: '>=6.2.1,<7.0a0' + libiconv: '>=1.17,<2.0a0' libzlib: '>=1.2.13,<1.3.0a0' - libcxx: '>=15' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm14-14.0.6-hd1a9a77_3.conda + zlib: '*' + isl: '>=0.25,<0.26.0a0' + libcxx: '>=14.0.6' + libgfortran5: '>=11.3.0' + mpfr: '>=4.2.0,<5.0a0' + mpc: '>=1.3.1,<2.0a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/gfortran_impl_osx-arm64-11.3.0-h2a9d086_31.conda hash: - md5: 51d95b4036d6f7695b7dee38ea1792a6 - sha256: 905f9084737336c4232c25698e0ac16f23f3d9f541647c9874e8392cbcf9e9cd + md5: dfb92c7de2ac984c2dc3f58dd62ef24d + sha256: d0828890080c8376e4a3374b8348056f8c8fd4d593fa83434d2509a25286253b optional: false category: main - build: hd1a9a77_3 + build: h2a9d086_31 subdir: osx-arm64 - build_number: 3 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 20569776 - timestamp: 1685676531181 -- name: llvm-tools - version: 14.0.6 + build_number: 31 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 15581602 + timestamp: 1678486959188 +- name: libgfortran-devel_osx-arm64 + version: 11.3.0 + manager: conda + platform: osx-arm64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/noarch/libgfortran-devel_osx-arm64-11.3.0-hfe9555d_31.conda + hash: + md5: f3e5c7b753169458da535cfe0caa2e61 + sha256: daeb890efe9b7afd99e76fb00455cf46fb0369796029c717bb3cef2bd87acfa9 + optional: false + category: main + build: hfe9555d_31 + subdir: noarch + build_number: 31 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + noarch: generic + size: 410390 + timestamp: 1678486927079 +- name: gmp + version: 6.2.1 manager: conda platform: osx-arm64 dependencies: - libllvm14: ==14.0.6 hd1a9a77_3 - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-14.0.6-hd1a9a77_3.conda + libcxx: '>=11.0.0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/gmp-6.2.1-h9f76cd9_0.tar.bz2 hash: - md5: 6d7a2cdecb10729faa86a4e6d861adf6 - sha256: b04e204fd03b7910bac32e76423dcfd855f3e2367a59a8e218ccbd102bba512c + md5: f8140773b6ca51bf32feec9b4290a8c5 + sha256: 2fd12c3e78b6c632f7f34883b942b973bdd24302c74f2b9b78e776b654baf591 optional: false category: main - build: hd1a9a77_3 + build: h9f76cd9_0 subdir: osx-arm64 - build_number: 3 - constrains: - - llvmdev 14.0.6 - - clang 14.0.6.* - - clang-tools 14.0.6.* - - llvm 14.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 9764071 - timestamp: 1685676684342 -- name: libzlib - version: 1.2.13 + build_number: 0 + license: GPL-2.0-or-later AND LGPL-3.0-or-later + size: 570567 + timestamp: 1605751606013 +- name: isl + version: '0.25' manager: conda platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda + dependencies: + libcxx: '>=13.0.1' + url: https://conda.anaconda.org/conda-forge/osx-arm64/isl-0.25-h9a09cb3_0.tar.bz2 hash: - md5: 1a47f5236db2e06a320ffa0392f81bd8 - sha256: ab1c8aefa2d54322a63aaeeefe9cf877411851738616c4068e0dccc66b9c758a + md5: b0c90b63ffeb9e2d045be8f5bc64741c + sha256: 6c6b486de9db1c2c897b24f6b0eb9a1ecdaf355ede1ee2ccb0c1aaee4bd9ef59 optional: false category: main - build: h53f4e23_5 + build: h9a09cb3_0 subdir: osx-arm64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 48102 - timestamp: 1686575426584 + build_number: 0 + license: MIT + license_family: MIT + size: 859063 + timestamp: 1656870362879 - name: mpc version: 1.3.1 manager: conda @@ -3594,355 +3338,8 @@ package: license_family: LGPL size: 343909 timestamp: 1678380200136 -- name: cctools - version: 973.0.1 - manager: conda - platform: osx-arm64 - dependencies: - libllvm14: '>=14.0.6,<14.1.0a0' - ld64: ==609 h619f069_13 - cctools_osx-arm64: ==973.0.1 hef52d2f_13 - url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-973.0.1-hcbb26d4_13.conda - hash: - md5: 0f89fe3819b672b09d7e6cadc8932cea - sha256: a7c66e9d8a353e5996dc63dc1f179a7dda40a4133d056dcbca90855b9157e199 - optional: false - category: main - build: hcbb26d4_13 - subdir: osx-arm64 - build_number: 13 - license: APSL-2.0 - license_family: Other - size: 21680 - timestamp: 1679508607015 -- name: ld64 - version: '609' - manager: conda - platform: osx-arm64 - dependencies: - ld64_osx-arm64: ==609 h7167370_13 - libllvm14: '>=14.0.6,<14.1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-609-h619f069_13.conda - hash: - md5: c771ebc91a8088d5078332c83758e774 - sha256: f39fdd5b8bfacc811d812370c26b5bd7a95551c130775664ed7eb259c509c9da - optional: false - category: main - build: h619f069_13 - subdir: osx-arm64 - build_number: 13 - constrains: - - cctools 973.0.1.* - - cctools_osx-arm64 973.0.1.* - license: APSL-2.0 - license_family: Other - size: 18839 - timestamp: 1679508545094 -- name: cctools_osx-arm64 - version: 973.0.1 - manager: conda - platform: osx-arm64 - dependencies: - ld64_osx-arm64: '>=609,<610.0a0' - libllvm14: '>=14.0.6,<14.1.0a0' - libcxx: '*' - libzlib: '>=1.2.13,<1.3.0a0' - sigtool: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-973.0.1-hef52d2f_13.conda - hash: - md5: ec8f13409a2be66371f6d1022ce4fe9a - sha256: 1fbb33b31de5a1a31f7658cdb540f76aaf43f52c81e53f83761486820f653610 - optional: false - category: main - build: hef52d2f_13 - subdir: osx-arm64 - build_number: 13 - constrains: - - cctools 973.0.1.* - - ld64 609.* - - clang 14.0.* - license: APSL-2.0 - license_family: Other - size: 1125905 - timestamp: 1679508483899 -- name: ld64_osx-arm64 - version: '609' - manager: conda - platform: osx-arm64 - dependencies: - libllvm14: '>=14.0.6,<14.1.0a0' - tapi: '>=1100.0.11,<1101.0a0' - libcxx: '*' - sigtool: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-609-h7167370_13.conda - hash: - md5: 95b0f14e103c5a2c27f5d53609e60643 - sha256: baed60a74f3fa1e3158240ca0562fecb9398e7568d4b6126e494771323995b5c - optional: false - category: main - build: h7167370_13 - subdir: osx-arm64 - build_number: 13 - constrains: - - cctools 973.0.1.* - - clang >=14.0.6,<15.0a0 - - ld 609.* - - cctools_osx-arm64 973.0.1.* - license: APSL-2.0 - license_family: Other - size: 1041975 - timestamp: 1679507658652 -- name: tapi - version: 1100.0.11 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=11.0.0.a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/tapi-1100.0.11-he4954df_0.tar.bz2 - hash: - md5: d83362e7d0513f35f454bc50b0ca591d - sha256: 1709265fbee693a9e8b4126b0a3e68a6c4718b05821c659279c1af051f2d40f3 - optional: false - category: main - build: he4954df_0 - subdir: osx-arm64 - build_number: 0 - license: NCSA - license_family: MIT - size: 191416 - timestamp: 1602687595316 -- name: libgfortran-devel_osx-arm64 - version: 11.3.0 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/libgfortran-devel_osx-arm64-11.3.0-hfe9555d_31.conda - hash: - md5: f3e5c7b753169458da535cfe0caa2e61 - sha256: daeb890efe9b7afd99e76fb00455cf46fb0369796029c717bb3cef2bd87acfa9 - optional: false - category: main - build: hfe9555d_31 - subdir: noarch - build_number: 31 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - noarch: generic - size: 410390 - timestamp: 1678486927079 -- name: libgfortran5 - version: 12.2.0 - manager: conda - platform: osx-arm64 - dependencies: - llvm-openmp: '>=8.0.0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-12.2.0-h0eea778_31.conda - hash: - md5: 244a7665228221cc951d5126b8bc1465 - sha256: 375b6ebafffcc1b0e377559b5ba7cb723634a88b77513ad158982d98ff98c32b - optional: false - category: main - build: h0eea778_31 - subdir: osx-arm64 - build_number: 31 - constrains: - - libgfortran 5.0.0 *_31 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1049187 - timestamp: 1678488257002 -- name: gfortran_impl_osx-arm64 - version: 11.3.0 - manager: conda - platform: osx-arm64 - dependencies: - libgfortran-devel_osx-arm64: 11.3.0.* - gmp: '>=6.2.1,<7.0a0' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - zlib: '*' - isl: '>=0.25,<0.26.0a0' - libcxx: '>=14.0.6' - libgfortran5: '>=11.3.0' - mpfr: '>=4.2.0,<5.0a0' - mpc: '>=1.3.1,<2.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/gfortran_impl_osx-arm64-11.3.0-h2a9d086_31.conda - hash: - md5: dfb92c7de2ac984c2dc3f58dd62ef24d - sha256: d0828890080c8376e4a3374b8348056f8c8fd4d593fa83434d2509a25286253b - optional: false - category: main - build: h2a9d086_31 - subdir: osx-arm64 - build_number: 31 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 15581602 - timestamp: 1678486959188 -- name: zlib - version: 1.2.13 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: ==1.2.13 h53f4e23_5 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda - hash: - md5: a08383f223b10b71492d27566fafbf6c - sha256: de0ee1e24aa6867058d3b852a15c8d7f49f262f5828772700c647186d4a96bbe - optional: false - category: main - build: h53f4e23_5 - subdir: osx-arm64 - build_number: 5 - license: Zlib - license_family: Other - size: 79577 - timestamp: 1686575471024 -- name: libiconv - version: '1.17' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-he4db4b2_0.tar.bz2 - hash: - md5: 686f9c755574aa221f29fbcf36a67265 - sha256: 2eb33065783b802f71d52bef6f15ce0fafea0adc8506f10ebd0d490244087bec - optional: false - category: main - build: he4db4b2_0 - subdir: osx-arm64 - build_number: 0 - license: GPL and LGPL - size: 1407036 - timestamp: 1652700956112 -- name: tzdata - version: 2023c - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - optional: false - category: main - build: h71feb2d_0 - subdir: noarch - build_number: 0 - license: LicenseRef-Public-Domain - noarch: generic - size: 117580 - timestamp: 1680041306008 -- name: libffi - version: 3.4.2 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 - hash: - md5: 086914b672be056eb70fd4285b6783b6 - sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca - optional: false - category: main - build: h3422bc3_5 - subdir: osx-arm64 - build_number: 5 - license: MIT - license_family: MIT - size: 39020 - timestamp: 1636488587153 -- name: openssl - version: 3.1.1 - manager: conda - platform: osx-arm64 - dependencies: - ca-certificates: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.1.1-h53f4e23_1.conda - hash: - md5: 7451b96ed28b5fd02f0df32689327755 - sha256: 898aac8f8753385e9cd378d539364647d1deb9396032b7c1fd8f0f08107e020b - optional: false - category: main - build: h53f4e23_1 - subdir: osx-arm64 - build_number: 1 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2223980 - timestamp: 1685517736396 -- name: numpy - version: 1.25.0 - manager: conda - platform: osx-arm64 - dependencies: - libcblas: '>=3.9.0,<4.0a0' - libcxx: '>=15.0.7' - liblapack: '>=3.9.0,<4.0a0' - python: '>=3.11,<3.12.0a0 *_cpython' - python_abi: 3.11.* *_cp311 - libblas: '>=3.9.0,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.25.0-py311hb8f3215_0.conda - hash: - md5: a54dc49867344ae4f05d90c18d3eb918 - sha256: 2c283e75710cd9426d12935db10f1ceae16f36a433f1f986541b1df028973a7f - optional: false - category: main - build: py311hb8f3215_0 - subdir: osx-arm64 - build_number: 0 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 6777187 - timestamp: 1687057050901 -- name: protobuf - version: 4.23.2 - manager: conda - platform: osx-arm64 - dependencies: - setuptools: '*' - python: '>=3.11,<3.12.0a0 *_cpython' - libcxx: '>=15.0.7' - python_abi: 3.11.* *_cp311 - libprotobuf: '>=4.23.2,<4.23.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/protobuf-4.23.2-py311h4acf6a1_1.conda - hash: - md5: ceb64b0ea159e6a8909f6172bc45e194 - sha256: 1085f6daa75bc53ff180c23b25a05e07f122c472381dc726f2a7b3449e5c9b06 - optional: false - category: main - build: py311h4acf6a1_1 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 374442 - timestamp: 1685507857121 -- name: isl - version: '0.25' - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=13.0.1' - url: https://conda.anaconda.org/conda-forge/osx-arm64/isl-0.25-h9a09cb3_0.tar.bz2 - hash: - md5: b0c90b63ffeb9e2d045be8f5bc64741c - sha256: 6c6b486de9db1c2c897b24f6b0eb9a1ecdaf355ede1ee2ccb0c1aaee4bd9ef59 - optional: false - category: main - build: h9a09cb3_0 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 859063 - timestamp: 1656870362879 -- name: sigtool - version: 0.1.3 +- name: sigtool + version: 0.1.3 manager: conda platform: osx-arm64 dependencies: @@ -3960,244 +3357,114 @@ package: license_family: MIT size: 210264 timestamp: 1643442231687 -- name: ca-certificates - version: 2023.5.7 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.5.7-hf0a4a13_0.conda - hash: - md5: a8387be82224743cf849fb907790b91a - sha256: 27214b54d1cb9a92455689e20d0007a0ff9ace99b853867d53a05a04c24bdae5 - optional: false - category: main - build: hf0a4a13_0 - subdir: osx-arm64 - build_number: 0 - license: ISC - size: 148524 - timestamp: 1683451885269 -- name: setuptools - version: 68.0.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.0.0-pyhd8ed1ab_0.conda - hash: - md5: 5a7739d0f57ee64133c9d32e6507c46d - sha256: 083a0913f5b56644051f31ac40b4eeea762a88c00aa12437817191b85a753cec - optional: false - category: main - build: pyhd8ed1ab_0 - subdir: noarch - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 463712 - timestamp: 1687527994911 -- name: libprotobuf - version: 4.23.2 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.23.2-hf32f9b9_5.conda - hash: - md5: c7eb4282a33541f393e168a63e0a0c3c - sha256: 4f02e0f0dacb3a46cdc1ff649d218b1440309df4f612c82cf74928b7265c4515 - optional: false - category: main - build: hf32f9b9_5 - subdir: osx-arm64 - build_number: 5 - license: BSD-3-Clause - license_family: BSD - size: 2067102 - timestamp: 1686806570530 -- name: libabseil - version: '20230125.2' - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20230125.2-cxx17_h13dd4ca_2.conda - hash: - md5: 2f0c4eed189bb5d3d527fba05a90417a - sha256: b8aaccf5605073c65e5de40befd166f93754ece31be6e4dc55624fc9820c58fa - optional: false - category: main - build: cxx17_h13dd4ca_2 - subdir: osx-arm64 - build_number: 2 - constrains: - - abseil-cpp =20230125.2 - - libabseil-static =20230125.2=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1153660 - timestamp: 1684047513971 -- name: libblas - version: 3.9.0 - manager: conda - platform: osx-arm64 - dependencies: - libopenblas: '>=0.3.23,<1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-17_osxarm64_openblas.conda - hash: - md5: 2597bd39632ec57ef3f5ac14865dca09 - sha256: 76c68d59491b449b7608fb5e4a86f3c292c01cf487ce47288a22fc7001a6b150 - optional: false - category: main - build: 17_osxarm64_openblas - subdir: osx-arm64 - build_number: 17 - constrains: - - libcblas 3.9.0 17_osxarm64_openblas - - liblapacke 3.9.0 17_osxarm64_openblas - - blas * openblas - - liblapack 3.9.0 17_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14715 - timestamp: 1685931044178 -- name: libopenblas - version: 0.3.23 +- name: tapi + version: 1100.0.11 manager: conda platform: osx-arm64 dependencies: - libgfortran: 5.* - libgfortran5: '>=11.3.0' - llvm-openmp: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.23-openmp_hc731615_0.conda + libcxx: '>=11.0.0.a0' + url: https://conda.anaconda.org/conda-forge/osx-arm64/tapi-1100.0.11-he4954df_0.tar.bz2 hash: - md5: a40b73e171a91527c79fb1c8b10e3312 - sha256: 7f88475228d306962493a3f1c52637187695f7c9716a68a75e24a8aa910be69a + md5: d83362e7d0513f35f454bc50b0ca591d + sha256: 1709265fbee693a9e8b4126b0a3e68a6c4718b05821c659279c1af051f2d40f3 optional: false category: main - build: openmp_hc731615_0 + build: he4954df_0 subdir: osx-arm64 build_number: 0 - constrains: - - openblas >=0.3.23,<0.3.24.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2732539 - timestamp: 1681398430140 -- name: liblapack - version: 3.9.0 + license: NCSA + license_family: MIT + size: 191416 + timestamp: 1602687595316 +- name: clang-14 + version: 14.0.6 manager: conda platform: osx-arm64 dependencies: - libblas: ==3.9.0 17_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-17_osxarm64_openblas.conda + libllvm14: '>=14.0.6,<14.1.0a0' + libclang-cpp14: ==14.0.6 default_h5dc8d65_1 + libcxx: '>=15.0.7' + url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-14-14.0.6-default_h5dc8d65_1.conda hash: - md5: d93cc56c1467a5bcf6a4c9c0be469114 - sha256: 7e32d178639c5bcaac4b654438aa364eec8a42f108bc592dda8e52a432b0cdb4 + md5: aafcdf5d9f0b5a00540469242d7ab67b + sha256: b674c9ff31b9bbf225b6c62e0b8a2ca45fe70ef78ad5ca22a79f6c8e41f37306 optional: false category: main - build: 17_osxarm64_openblas + build: default_h5dc8d65_1 subdir: osx-arm64 - build_number: 17 + build_number: 1 constrains: - - libcblas 3.9.0 17_osxarm64_openblas - - liblapacke 3.9.0 17_osxarm64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14640 - timestamp: 1685931066631 -- name: libcblas - version: 3.9.0 + - clangxx 14.0.6 + - llvm-tools 14.0.6 + - clang-tools 14.0.6 + - clangdev 14.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 1028007 + timestamp: 1684413668339 +- name: compiler-rt_osx-arm64 + version: 14.0.6 manager: conda platform: osx-arm64 dependencies: - libblas: ==3.9.0 17_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-17_osxarm64_openblas.conda + clangxx: 14.0.6.* + clang: 14.0.6.* + url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-14.0.6-h48302dc_0.tar.bz2 hash: - md5: cf6f9ca46e3db6b2437024df14046b48 - sha256: d5828db3a507790582815aaf44d54ed6bb07dfce4fd25f92e34b2eb31378a372 + md5: ebcb473032038866101b70f9f270a9a2 + sha256: f9f63e8779ff31368cc92ee668308c8e7e974f68457f62148c5663aa0136a42d optional: false category: main - build: 17_osxarm64_openblas - subdir: osx-arm64 - build_number: 17 + build: h48302dc_0 + subdir: noarch + build_number: 0 constrains: - - liblapacke 3.9.0 17_osxarm64_openblas - - blas * openblas - - liblapack 3.9.0 17_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14629 - timestamp: 1685931056087 -- name: libgfortran - version: 5.0.0 + - compiler-rt 14.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + noarch: generic + size: 15828315 + timestamp: 1667980533329 +- name: libclang-cpp14 + version: 14.0.6 manager: conda platform: osx-arm64 dependencies: - libgfortran5: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-12_2_0_hd922786_31.conda - hash: - md5: dfc3dff1ce831c8e821f19d5d218825a - sha256: 1abde945c2c7377aec9f2f648d9cc1fcb5f818a1e0caf53f8188b1182cbc1332 - optional: false - category: main - build: 12_2_0_hd922786_31 - subdir: osx-arm64 - build_number: 31 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 160260 - timestamp: 1678488316051 -- name: bzip2 - version: 1.0.8 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h3422bc3_4.tar.bz2 + libllvm14: '>=14.0.6,<14.1.0a0' + libcxx: '>=15.0.7' + url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp14-14.0.6-default_h5dc8d65_1.conda hash: - md5: fc76ace7b94fb1f694988ab1b14dd248 - sha256: a3efbd06ad1432edb0163c48225421f34c2660f5cc002283a8d27e791320b549 + md5: 7caa562f3551c16cd82d0147640091f8 + sha256: 9cb083dae695cda715e280c2cadd08b625ecc5842f99fb575901990b0e60bf7c optional: false category: main - build: h3422bc3_4 + build: default_h5dc8d65_1 subdir: osx-arm64 - build_number: 4 - license: bzip2-1.0.6 - license_family: BSD - size: 151850 - timestamp: 1618862645215 -- name: onnxruntime + build_number: 1 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 10930694 + timestamp: 1684413524265 +- name: onnxruntime-cpp version: 1.15.1 manager: conda platform: win-64 dependencies: - protobuf: '*' - python: '>=3.11,<3.12.0a0' - coloredlogs: '*' - python_abi: 3.11.* *_cp311 - vc: '>=14.2,<15' - sympy: '*' ucrt: '>=10.0.20348.0' - numpy: '>=1.23.5,<2.0a0' + vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - packaging: '*' - python-flatbuffers: '*' - url: https://conda.anaconda.org/conda-forge/win-64/onnxruntime-1.15.1-py311h07a6a1a_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/onnxruntime-cpp-1.15.1-hd164124_1.conda hash: - md5: 533d32607696c254bb6c278009c337cf - sha256: a17aa9de7ccc091424d81449205df75e15239771bf351faf824de32843e7acb7 + md5: 8c4ac0bd442c408baa0624e4d1dabe05 + sha256: b8764936abe603ba311be96e4830dcc58de92a0fbe9d8bc5ea5c50319640d487 optional: false category: main - build: py311h07a6a1a_1 + build: hd164124_1 subdir: win-64 build_number: 1 license: MIT AND BSL-1.0 - size: 4116089 - timestamp: 1687346285809 + size: 3197880 + timestamp: 1687345460730 - name: compilers version: 1.5.2 manager: conda @@ -4219,276 +3486,218 @@ package: license_family: BSD size: 7078 timestamp: 1670951789028 -- name: cli11 - version: 2.3.2 +- name: ninja + version: 1.11.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/cli11-2.3.2-h63175ca_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/ninja-1.11.1-h91493d7_0.conda hash: - md5: 9b057096bc02e85112d2d09922f8fad4 - sha256: 1b8fa2e140c198b6f01130214170770efc0c00e453f18bd25cfdaed7454f3964 + md5: 44a99ef26178ea98626ff8e027702795 + sha256: 0ffb1912768af8354a930f482368ef170bf3d8217db328dfea1c8b09772c8c71 optional: false category: main - build: h63175ca_0 + build: h91493d7_0 subdir: win-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 75427 - timestamp: 1672846381329 -- name: coloredlogs - version: 15.0.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - humanfriendly: '>=9.1' - url: https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_3.tar.bz2 - hash: - md5: 7b4fc18b7f66382257c45424eaf81935 - sha256: 0bb37abbf3367add8a8e3522405efdbd06605acfc674488ef52486968f2c119d - optional: false - category: main - build: pyhd8ed1ab_3 - subdir: noarch - build_number: 3 - license: MIT - license_family: MIT - noarch: python - size: 40569 - timestamp: 1643220223971 -- name: packaging - version: '23.1' - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda - hash: - md5: 91cda59e66e1e4afe9476f8ef98f5c30 - sha256: ded536a96a00d45a693dbc2971bb688248324dadd129eddda2100e177583d768 - optional: false - category: main - build: pyhd8ed1ab_0 - subdir: noarch - build_number: 0 license: Apache-2.0 - license_family: APACHE - noarch: python - size: 46098 - timestamp: 1681337144376 -- name: python-flatbuffers - version: 23.5.26 + license_family: Apache + size: 279200 + timestamp: 1676838681615 +- name: cmake + version: 3.26.4 manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-23.5.26-pyhd8ed1ab_0.conda + ucrt: '>=10.0.20348.0' + vc14_runtime: '>=14.29.30139' + vs2015_runtime: '*' + url: https://conda.anaconda.org/conda-forge/win-64/cmake-3.26.4-h1537add_0.conda hash: - md5: 131dd3656f3b731ab852fc66d3c41058 - sha256: 6d2fdc92fce4124e2d32403b71da89e9f3e65393670d74466b4ff4843434392e + md5: d208c156437ff251e83a1061fa082064 + sha256: c114c7fb3de04329620b715c0677d6dc943954be3877ee5a232ef0dc09f202d9 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: h1537add_0 + subdir: win-64 build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 34110 - timestamp: 1685164237787 -- name: sympy - version: '1.12' + license: BSD-3-Clause + license_family: BSD + size: 15107993 + timestamp: 1684462053404 +- name: pkg-config + version: 0.29.2 manager: conda platform: win-64 dependencies: - mpmath: '>=0.19' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/sympy-1.12-pyh04b8f61_3.conda + libglib: '>=2.64.6,<3.0a0' + vc: '>=14.1,<15.0a0' + vs2015_runtime: '>=14.16.27012' + url: https://conda.anaconda.org/conda-forge/win-64/pkg-config-0.29.2-h2bf4dc2_1008.tar.bz2 hash: - md5: 6af285473a6a49ea8068e0b5b28ed7de - sha256: 75b525ecb0948380796f519fe723470d52f9369e23c68f194c28f34df5e49b39 + md5: 8ff5bccb4dc5d153e79b068e0bb301c5 + sha256: f2f64c4774eea3b789c9568452d8cd776bdcf7e2cda0f24bfa9dbcbd7fbb9f6f optional: false category: main - build: pyh04b8f61_3 - subdir: noarch - build_number: 3 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 4243034 - timestamp: 1684180691391 -- name: vc - version: '14.3' + build: h2bf4dc2_1008 + subdir: win-64 + build_number: 1008 + license: GPL-2.0-or-later + license_family: GPL + size: 33990 + timestamp: 1604184834061 +- name: cli11 + version: 2.3.2 manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.36.32532' - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vs2015_runtime: '>=14.29.30139' + url: https://conda.anaconda.org/conda-forge/win-64/cli11-2.3.2-h63175ca_0.conda hash: - md5: 67ff6791f235bb606659bf2a5c169191 - sha256: 86ae94bf680980776aa761c2b0909a0ddbe1f817e7eeb8b16a1730f10f8891b6 + md5: 9b057096bc02e85112d2d09922f8fad4 + sha256: 1b8fa2e140c198b6f01130214170770efc0c00e453f18bd25cfdaed7454f3964 optional: false category: main - build: h64f974e_17 + build: h63175ca_0 subdir: win-64 - build_number: 17 - track_features: - - vc14 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 17176 - timestamp: 1688020629925 -- name: ucrt - version: 10.0.22621.0 + size: 75427 + timestamp: 1672846381329 +- name: libglib + version: 2.76.3 manager: conda platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 + dependencies: + pcre2: '>=10.40,<10.41.0a0' + libffi: '>=3.4,<4.0a0' + vc: '>=14.2,<15' + libiconv: '>=1.17,<2.0a0' + ucrt: '>=10.0.20348.0' + libzlib: '>=1.2.13,<1.3.0a0' + gettext: '>=0.21.1,<1.0a0' + vc14_runtime: '>=14.29.30139' + url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.76.3-he8f3873_0.conda hash: - md5: 72608f6cd3e5898229c3ea16deb1ac43 - sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 + md5: 4695e6acaf4790170161048d56cb51fc + sha256: 170d42dcf0c73f5846dfb0c4a241c065cd9830c644d98042f076f25c309e7571 optional: false category: main - build: h57928b3_0 + build: he8f3873_0 subdir: win-64 build_number: 0 constrains: - - vs2015_runtime >=14.29.30037 - license: LicenseRef-Proprietary - license_family: PROPRIETARY - size: 1283972 - timestamp: 1666630199266 -- name: numpy - version: 1.25.0 + - glib 2.76.3 *_0 + license: LGPL-2.1-or-later + size: 2599048 + timestamp: 1684848450372 +- name: gettext + version: 0.21.1 manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - libblas: '>=3.9.0,<4.0a0' - vc: '>=14.2,<15' - ucrt: '>=10.0.20348.0' - libcblas: '>=3.9.0,<4.0a0' - liblapack: '>=3.9.0,<4.0a0' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.25.0-py311h0b4df5a_0.conda + libiconv: '>=1.17,<2.0a0' + url: https://conda.anaconda.org/conda-forge/win-64/gettext-0.21.1-h5728263_0.tar.bz2 hash: - md5: 71e3f022337531e4109c2ae97f409e1d - sha256: e569727af8084e87f1b278f4bdf1216f09db98fe933164d9afb388807d5d353f + md5: 299d4fd6798a45337042ff5a48219e5f + sha256: 71c75b0a4dc2cf95d2860ea0076edf9f5558baeb4dacaeecb32643b199074616 optional: false category: main - build: py311h0b4df5a_0 + build: h5728263_0 subdir: win-64 build_number: 0 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7187471 - timestamp: 1687056974257 -- name: protobuf - version: 4.23.2 + license: LGPL-2.1-or-later AND GPL-3.0-or-later + size: 5579416 + timestamp: 1665676022441 +- name: pcre2 + version: '10.40' manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - vc14_runtime: '>=14.29.30139' - vc: '>=14.2,<15' - setuptools: '*' ucrt: '>=10.0.20348.0' - libprotobuf: '>=4.23.2,<4.23.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/protobuf-4.23.2-py311h03b55d4_1.conda + bzip2: '>=1.0.8,<2.0a0' + libzlib: '>=1.2.12,<1.3.0a0' + vc: '>=14.2,<15' + vs2015_runtime: '>=14.29.30139' + url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.40-h17e33f8_0.tar.bz2 hash: - md5: 90aca6c667dcba4de3468f681c861a96 - sha256: 6107bfe0f18736c1829ee1b5fa5468e8e819547bcf05432f1f405ae4932a9fa3 + md5: 2519de0d9620dc2bc7e19caf6867136d + sha256: 5833c63548e4fae91da6d77739eab7dc9bf6542e43f105826b23c01bfdd9cb57 optional: false category: main - build: py311h03b55d4_1 + build: h17e33f8_0 subdir: win-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 373458 - timestamp: 1685507795326 -- name: python - version: 3.11.4 + size: 2001630 + timestamp: 1665563527916 +- name: vs2015_runtime + version: 14.36.32532 manager: conda platform: win-64 dependencies: - tzdata: '*' - openssl: '>=3.1.1,<4.0a0' - libffi: '>=3.4,<4.0a0' - libsqlite: '>=3.42.0,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libexpat: '>=2.5.0,<3.0a0' - tk: '>=8.6.12,<8.7.0a0' - bzip2: '>=1.0.8,<2.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - xz: '>=5.2.6,<6.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/python-3.11.4-h2628c8c_0_cpython.conda + vc14_runtime: '>=14.36.32532' + url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda hash: - md5: 3187a32fba79e835f099ecea054026f4 - sha256: d43fa70a3549fea27d3993f79ba2584ec6d6fe2aaf6e5890847f974e89a744e0 + md5: 4618046c39f7c81861e53ded842e738a + sha256: 5ecbd731dc7f13762d67be0eadc47eb7f14713005e430d9b5fc680e965ac0f81 optional: false category: main - build: h2628c8c_0_cpython + build: h05e6639_17 subdir: win-64 - build_number: 0 - constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 18116100 - timestamp: 1686420267149 -- name: python_abi - version: '3.11' + build_number: 17 + license: BSD-3-Clause + license_family: BSD + size: 17207 + timestamp: 1688020635322 +- name: ucrt + version: 10.0.22621.0 manager: conda platform: win-64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-3_cp311.conda + url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 hash: - md5: fd1634ba85cfea9376e1fc02d6f592e9 - sha256: e042841d13274354d651a69a4f2589e9b46fd23b416368c9821bf3c6676f19d7 + md5: 72608f6cd3e5898229c3ea16deb1ac43 + sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 optional: false category: main - build: 3_cp311 + build: h57928b3_0 subdir: win-64 - build_number: 3 + build_number: 0 constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6124 - timestamp: 1669071848353 -- name: vc14_runtime - version: 14.36.32532 + - vs2015_runtime >=14.29.30037 + license: LicenseRef-Proprietary + license_family: PROPRIETARY + size: 1283972 + timestamp: 1666630199266 +- name: vc + version: '14.3' manager: conda platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hfdfe4a8_17.conda + vc14_runtime: '>=14.36.32532' + url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda hash: - md5: 91c1ecaf3996889532fc0456178b1058 - sha256: e76986c555647347a0185e646ef65625dabed60da255f6b30367df8bd6dc6cd8 + md5: 67ff6791f235bb606659bf2a5c169191 + sha256: 86ae94bf680980776aa761c2b0909a0ddbe1f817e7eeb8b16a1730f10f8891b6 optional: false category: main - build: hfdfe4a8_17 + build: h64f974e_17 subdir: win-64 build_number: 17 - constrains: - - vs2015_runtime 14.36.32532.* *_17 - license: LicenseRef-ProprietaryMicrosoft - license_family: Proprietary - size: 740599 - timestamp: 1688020615962 + track_features: + - vc14 + license: BSD-3-Clause + license_family: BSD + size: 17176 + timestamp: 1688020629925 - name: c-compiler version: 1.5.2 manager: conda @@ -4543,43 +3752,6 @@ package: license: BSD size: 6132 timestamp: 1670951784004 -- name: vs2015_runtime - version: 14.36.32532 - manager: conda - platform: win-64 - dependencies: - vc14_runtime: '>=14.36.32532' - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda - hash: - md5: 4618046c39f7c81861e53ded842e738a - sha256: 5ecbd731dc7f13762d67be0eadc47eb7f14713005e430d9b5fc680e965ac0f81 - optional: false - category: main - build: h05e6639_17 - subdir: win-64 - build_number: 17 - license: BSD-3-Clause - license_family: BSD - size: 17207 - timestamp: 1688020635322 -- name: tzdata - version: 2023c - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - optional: false - category: main - build: h71feb2d_0 - subdir: noarch - build_number: 0 - license: LicenseRef-Public-Domain - noarch: generic - size: 117580 - timestamp: 1680041306008 - name: bzip2 version: 1.0.8 manager: conda @@ -4600,26 +3772,6 @@ package: license_family: BSD size: 152247 timestamp: 1606605223049 -- name: libffi - version: 3.4.2 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' - url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 - hash: - md5: 2c96d1b6915b408893f9472569dee135 - sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 - optional: false - category: main - build: h8ffe710_5 - subdir: win-64 - build_number: 5 - license: MIT - license_family: MIT - size: 42063 - timestamp: 1636489106777 - name: libzlib version: 1.2.13 manager: conda @@ -4643,287 +3795,66 @@ package: license_family: Other size: 55800 timestamp: 1686575452215 -- name: openssl - version: 3.1.1 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - ca-certificates: '*' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.1.1-hcfcfb64_1.conda - hash: - md5: 1d913a5de46c6b2f7e4cfbd26b106b8b - sha256: 4424486fb9a2aeaba912a8dd8a5b5cdb6fcd65d7708fd854e3ea27449bb352a3 - optional: false - category: main - build: hcfcfb64_1 - subdir: win-64 - build_number: 1 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 7415451 - timestamp: 1685519134254 -- name: tk - version: 8.6.12 +- name: libiconv + version: '1.17' manager: conda platform: win-64 dependencies: vc: '>=14.1,<15' vs2015_runtime: '>=14.16.27033' - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.12-h8ffe710_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 hash: - md5: c69a5047cc9291ae40afd4a1ad6f0c0f - sha256: 087795090a99a1d397ef1ed80b4a01fabfb0122efb141562c168e3c0a76edba6 + md5: 050119977a86e4856f0416e2edcf81bb + sha256: 657c2a992c896475021a25faebd9ccfaa149c5d70c7dc824d4069784b686cea1 optional: false category: main build: h8ffe710_0 subdir: win-64 build_number: 0 - license: TCL - license_family: BSD - size: 3681762 - timestamp: 1645033031535 -- name: xz - version: 5.2.6 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15' - vs2015_runtime: '>=14.16.27033' - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - hash: - md5: 515d77642eaa3639413c6b1bc3f94219 - sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 - optional: false - category: main - build: h8d14728_0 - subdir: win-64 - build_number: 0 - license: LGPL-2.1 and GPL-2.0 - size: 217804 - timestamp: 1660346976440 -- name: libsqlite - version: 3.42.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.42.0-hcfcfb64_0.conda - hash: - md5: 9a71d93deb99cc09d8939d5235b5909a - sha256: 70bc1fdb72de847807355c13144666d4f151894f9b141ee559f5d243bdf577e2 - optional: false - category: main - build: hcfcfb64_0 - subdir: win-64 - build_number: 0 - license: Unlicense - size: 839797 - timestamp: 1684265312954 -- name: libexpat - version: 2.5.0 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.5.0-h63175ca_1.conda - hash: - md5: 636cc3cbbd2e28bcfd2f73b2044aac2c - sha256: 794b2a9be72f176a2767c299574d330ffb76b2ed75d7fd20bee3bbadce5886cf - optional: false - category: main - build: h63175ca_1 - subdir: win-64 - build_number: 1 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 138689 - timestamp: 1680190844101 -- name: setuptools - version: 68.0.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.0.0-pyhd8ed1ab_0.conda - hash: - md5: 5a7739d0f57ee64133c9d32e6507c46d - sha256: 083a0913f5b56644051f31ac40b4eeea762a88c00aa12437817191b85a753cec - optional: false - category: main - build: pyhd8ed1ab_0 - subdir: noarch - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 463712 - timestamp: 1687527994911 -- name: libprotobuf - version: 4.23.2 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - libzlib: '>=1.2.13,<1.3.0a0' - vc14_runtime: '>=14.29.30139' - libabseil: '>=20230125.2,<20230126.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.23.2-h1975477_5.conda - hash: - md5: f37b557f68140eec8421e35698c36478 - sha256: a5d3407de28ce218121f9eac26f0b6a9ecc5653a32d86a5cdcd3a409e751d0cf - optional: false - category: main - build: h1975477_5 - subdir: win-64 - build_number: 5 - license: BSD-3-Clause - license_family: BSD - size: 5059749 - timestamp: 1686807348361 -- name: libabseil - version: '20230125.2' + license: GPL and LGPL + size: 714518 + timestamp: 1652702326553 +- name: vc14_runtime + version: 14.36.32532 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20230125.2-cxx17_h63175ca_2.conda - hash: - md5: 828f6bb057da235a4703ed33192f81c5 - sha256: 8c4e1cde02f7937b4b1f089a75e785f86241f55d1e5d0101a80e3fae0704c173 - optional: false - category: main - build: cxx17_h63175ca_2 - subdir: win-64 - build_number: 2 - constrains: - - libabseil-static =20230125.2=cxx17* - - abseil-cpp =20230125.2 - license: Apache-2.0 - license_family: Apache - size: 1504538 - timestamp: 1684047322600 -- name: libblas - version: 3.9.0 - manager: conda - platform: win-64 - dependencies: - mkl: ==2022.1.0 h6a75c08_874 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-17_win64_mkl.conda - hash: - md5: 9e42ac6b256b96bfaa19f829c25940e8 - sha256: 56c5394e80c429acfee53a075e3d1b6ccd8c294510084cd6a2a4b7d8cc80abfb - optional: false - category: main - build: 17_win64_mkl - subdir: win-64 - build_number: 17 - constrains: - - libcblas 3.9.0 17_win64_mkl - - liblapack 3.9.0 17_win64_mkl - - liblapacke 3.9.0 17_win64_mkl - - blas * mkl - license: BSD-3-Clause - license_family: BSD - size: 3655884 - timestamp: 1685931194813 -- name: libcblas - version: 3.9.0 - manager: conda - platform: win-64 - dependencies: - libblas: ==3.9.0 17_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-17_win64_mkl.conda - hash: - md5: 768b2c3be666ecf9e62f939ea919f819 - sha256: 5b9914c3b95d947a613a9b6d3c1c1515257a61e7838a1f2484927f0c9fe23063 - optional: false - category: main - build: 17_win64_mkl - subdir: win-64 - build_number: 17 - constrains: - - liblapack 3.9.0 17_win64_mkl - - liblapacke 3.9.0 17_win64_mkl - - blas * mkl - license: BSD-3-Clause - license_family: BSD - size: 3655926 - timestamp: 1685931229487 -- name: liblapack - version: 3.9.0 - manager: conda - platform: win-64 - dependencies: - libblas: ==3.9.0 17_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-17_win64_mkl.conda + url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hfdfe4a8_17.conda hash: - md5: 278121fe8f0d65d496998aa290f36322 - sha256: 68922a63d92a414af06b208136c9304be179c6fc911e8636430b0e15c0a9aa3b + md5: 91c1ecaf3996889532fc0456178b1058 + sha256: e76986c555647347a0185e646ef65625dabed60da255f6b30367df8bd6dc6cd8 optional: false category: main - build: 17_win64_mkl + build: hfdfe4a8_17 subdir: win-64 build_number: 17 constrains: - - libcblas 3.9.0 17_win64_mkl - - liblapacke 3.9.0 17_win64_mkl - - blas * mkl - license: BSD-3-Clause - license_family: BSD - size: 3655939 - timestamp: 1685931263174 -- name: mpmath - version: 1.3.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: dbf6e2d89137da32fa6670f3bffc024e - sha256: a4f025c712ec1502a55c471b56a640eaeebfce38dd497d5a1a33729014cac47a - optional: false - category: main - build: pyhd8ed1ab_0 - subdir: noarch - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 438339 - timestamp: 1678228210181 -- name: humanfriendly - version: '10.0' + - vs2015_runtime 14.36.32532.* *_17 + license: LicenseRef-ProprietaryMicrosoft + license_family: Proprietary + size: 740599 + timestamp: 1688020615962 +- name: libffi + version: 3.4.2 manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - pyreadline3: '*' - python_abi: 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/humanfriendly-10.0-py311h1ea47a8_4.tar.bz2 + vc: '>=14.1,<15.0a0' + vs2015_runtime: '>=14.16.27012' + url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 hash: - md5: 850f18d4785b7c7cedd23f71339844e2 - sha256: 876e12b9a9eee64fa76edcb0125ac7aef594df1a10448101dcaf2389f4c7450d + md5: 2c96d1b6915b408893f9472569dee135 + sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 optional: false category: main - build: py311h1ea47a8_4 + build: h8ffe710_5 subdir: win-64 - build_number: 4 + build_number: 5 license: MIT license_family: MIT - size: 175636 - timestamp: 1667490353978 + size: 42063 + timestamp: 1636489106777 - name: flang_win-64 version: 5.0.0 manager: conda @@ -4959,68 +3890,11 @@ package: build: he1865b1_17 subdir: win-64 build_number: 17 - track_features: - - vc14 - license: BSD-3-Clause - size: 19812 - timestamp: 1688020390940 -- name: pyreadline3 - version: 3.4.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/win-64/pyreadline3-3.4.1-py311h1ea47a8_2.tar.bz2 - hash: - md5: 15d5d6b3fbdd41545489574b3f73c873 - sha256: fd677283ef6bb083f1d57d1d87d5acf08bd19f27686a8baed525d5f8488a660a - optional: false - category: main - build: py311h1ea47a8_2 - subdir: win-64 - build_number: 2 - license: BSD-3-Clause - license_family: BSD - size: 199082 - timestamp: 1667417451363 -- name: ca-certificates - version: 2023.5.7 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.5.7-h56e8100_0.conda - hash: - md5: 604212634bd8c4d6f20d44b946e8eedb - sha256: d0488a3e7a86cc11f8c847a7c12a5f1fb8567f05646faae78944807862f9d167 - optional: false - category: main - build: h56e8100_0 - subdir: win-64 - build_number: 0 - license: ISC - size: 148581 - timestamp: 1683451822049 -- name: mkl - version: 2022.1.0 - manager: conda - platform: win-64 - dependencies: - intel-openmp: '*' - tbb: 2021.* - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2022.1.0-h6a75c08_874.tar.bz2 - hash: - md5: 2ff89a7337a9636029b4db9466e9f8e3 - sha256: b130d13dba6a798cbcce8f19c52e9765b75b8668d2f8f95ba8210c63b6fa84eb - optional: false - category: main - build: h6a75c08_874 - subdir: win-64 - build_number: 874 - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 191569511 - timestamp: 1652946602922 + track_features: + - vc14 + license: BSD-3-Clause + size: 19812 + timestamp: 1688020390940 - name: vswhere version: 3.1.4 manager: conda @@ -5063,46 +3937,6 @@ package: license: Apache 2.0 size: 2777448 timestamp: 1527899241687 -- name: intel-openmp - version: 2023.1.0 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.1.0-h57928b3_46319.conda - hash: - md5: dbc4636f419722fbf3ab6501377228ba - sha256: b3006690844eedbb51030e71778767acc9967f4148b6f335ba3fddf8aa42aa5b - optional: false - category: main - build: h57928b3_46319 - subdir: win-64 - build_number: 46319 - license: LicenseRef-ProprietaryIntel - license_family: Proprietary - size: 2571975 - timestamp: 1681819121435 -- name: tbb - version: 2021.9.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - libhwloc: '>=2.9.1,<2.9.2.0a0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.9.0-h91493d7_0.conda - hash: - md5: 6aa3f1becefeaa00a4d2a79b2a478aee - sha256: bf9a0f71aa9234776fc5d940464f47b760e5b4907c6c4f7eb0273221fe1b834c - optional: false - category: main - build: h91493d7_0 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - size: 154736 - timestamp: 1681487156667 - name: libflang version: 5.0.0 manager: conda @@ -5164,29 +3998,6 @@ package: features: flang license: NCSA size: 198174317 -- name: libhwloc - version: 2.9.1 - manager: conda - platform: win-64 - dependencies: - libxml2: '>=2.11.4,<2.12.0a0' - ucrt: '>=10.0.20348.0' - pthreads-win32: '*' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.1-nocuda_h15da153_6.conda - hash: - md5: 95b1bd8df3033d08ae5125ed69d71194 - sha256: dbb221db2ca66075fc12976c55db511dd88433c4db91ed20da59ffada2f6e6bb - optional: false - category: main - build: nocuda_h15da153_6 - subdir: win-64 - build_number: 6 - license: BSD-3-Clause - license_family: BSD - size: 2537812 - timestamp: 1686174051116 - name: llvm-meta version: 5.0.0 manager: conda @@ -5205,66 +4016,24 @@ package: license_family: BSD noarch: generic size: 2667 -- name: pthreads-win32 - version: 2.9.1 - manager: conda - platform: win-64 - dependencies: - vc: 14.* - url: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 - hash: - md5: e2da8758d7d51ff6aa78a14dfb9dbed4 - sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 - optional: false - category: main - build: hfa6e2cd_3 - subdir: win-64 - build_number: 3 - license: LGPL 2 - size: 144301 - timestamp: 1537755684331 -- name: libxml2 - version: 2.11.4 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - libzlib: '>=1.2.13,<1.3.0a0' - vc14_runtime: '>=14.29.30139' - libiconv: '>=1.17,<2.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.11.4-hc3477c8_0.conda - hash: - md5: 586627982a63815637f871a6360fe3f9 - sha256: d9d2210436ac28d1a15de08468202a944135d17da3b37fd82c0e90a36ce8ef72 - optional: false - category: main - build: hc3477c8_0 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 1700060 - timestamp: 1684627377126 -- name: libiconv - version: '1.17' +- name: onnxruntime-cpp + version: 1.15.1 manager: conda - platform: win-64 + platform: osx-64 dependencies: - vc: '>=14.1,<15' - vs2015_runtime: '>=14.16.27033' - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 + libcxx: '>=15.0.7' + url: https://conda.anaconda.org/conda-forge/osx-64/onnxruntime-cpp-1.15.1-h1ede69c_1.conda hash: - md5: 050119977a86e4856f0416e2edcf81bb - sha256: 657c2a992c896475021a25faebd9ccfaa149c5d70c7dc824d4069784b686cea1 + md5: be77f6718a6d750f599eb1cc20f95166 + sha256: 56322312221fea1868a823637020e041ee552431e1a459919a91077224a0de60 optional: false category: main - build: h8ffe710_0 - subdir: win-64 - build_number: 0 - license: GPL and LGPL - size: 714518 - timestamp: 1652702326553 + build: h1ede69c_1 + subdir: osx-64 + build_number: 1 + license: MIT AND BSL-1.0 + size: 8708592 + timestamp: 1687345653391 - name: compilers version: 1.5.2 manager: conda @@ -5286,68 +4055,74 @@ package: license_family: BSD size: 6462 timestamp: 1670951619549 -- name: c-compiler - version: 1.5.2 +- name: ninja + version: 1.11.1 manager: conda platform: osx-64 dependencies: - ld64: '>=530' - llvm-openmp: '*' - clang_osx-64: 14.* - cctools: '>=949.0.1' - url: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.5.2-hbf74d83_0.conda + libcxx: '>=14.0.6' + url: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.11.1-hb8565cd_0.conda hash: - md5: c1413ef5a20d658923e12dd3b566d8f3 - sha256: 0f97b6cc2215f0789ffa2781eb8a6304efaf5c4592c4c619d6e0a63c23f2b877 + md5: 49ad513efe39447aa51affd47e3aa68f + sha256: 6f738d9a26fa275317b95b2b96832daab9059ef64af9a338f904a3cb684ae426 optional: false category: main - build: hbf74d83_0 + build: hb8565cd_0 subdir: osx-64 build_number: 0 - license: BSD - size: 5660 - timestamp: 1670951603925 -- name: cxx-compiler - version: 1.5.2 + license: Apache-2.0 + license_family: Apache + size: 121284 + timestamp: 1676837793132 +- name: cmake + version: 3.26.4 manager: conda platform: osx-64 dependencies: - c-compiler: ==1.5.2 hbf74d83_0 - clangxx_osx-64: 14.* - url: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.5.2-hb8565cd_0.conda + libuv: '*' + libcurl: '>=8.1.0,<9.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + rhash: '*' + expat: '*' + libexpat: '>=2.5.0,<3.0a0' + xz: '>=5.2.6,<6.0a0' + bzip2: '>=1.0.8,<2.0a0' + libcxx: '>=15.0.7' + ncurses: '>=6.3,<7.0a0' + zlib: '*' + zstd: '>=1.5.2,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.26.4-hf40c264_0.conda hash: - md5: 349ae14723b98f76ea0fcb8e532b2ead - sha256: 91193c9029594d102217457ce8b4fe1cfd4a1e13e652451e94f851e91b45a147 + md5: 24d42ac02d1968f731740c14e30d72b9 + sha256: a13eb9e0a7f6b46c1035af0830324ba458315ed973022a21e0473f5d5090bfc9 optional: false category: main - build: hb8565cd_0 + build: hf40c264_0 subdir: osx-64 build_number: 0 - license: BSD - size: 5674 - timestamp: 1670951614642 -- name: fortran-compiler - version: 1.5.2 + license: BSD-3-Clause + license_family: BSD + size: 14420122 + timestamp: 1684462885897 +- name: pkg-config + version: 0.29.2 manager: conda platform: osx-64 dependencies: - gfortran: '*' - ld64: '>=530' - llvm-openmp: '*' - gfortran_osx-64: 11.* - cctools: '>=949.0.1' - url: https://conda.anaconda.org/conda-forge/osx-64/fortran-compiler-1.5.2-haad3a49_0.conda + libiconv: '>=1.16,<2.0.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/pkg-config-0.29.2-ha3d46e9_1008.tar.bz2 hash: - md5: 649a324b13eb77c6d5e98d36ea0c59f4 - sha256: db482cbd1f8046a6d51c0af47d98f97e0c157bf9029bbc95b71c72972f3fa01f + md5: 352bc6fb446a7ca608c61b33c1d5eb98 + sha256: f60d1c03c7d10e8926e767981872fdd6002d2094925df598a53c58261524c151 optional: false category: main - build: haad3a49_0 + build: ha3d46e9_1008 subdir: osx-64 - build_number: 0 - license: BSD - size: 5700 - timestamp: 1670951609511 + build_number: 1008 + license: GPL-2.0-or-later + license_family: GPL + size: 269087 + timestamp: 1650238856925 - name: cli11 version: 2.3.2 manager: conda @@ -5367,188 +4142,184 @@ package: license_family: BSD size: 74643 timestamp: 1672846453506 -- name: onnxruntime - version: 1.15.1 +- name: expat + version: 2.5.0 manager: conda platform: osx-64 dependencies: - protobuf: '*' - python: '>=3.11,<3.12.0a0' - coloredlogs: '*' - python_abi: 3.11.* *_cp311 - sympy: '*' - numpy: '>=1.23.5,<2.0a0' - libcxx: '>=15.0.7' - packaging: '*' - python-flatbuffers: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/onnxruntime-1.15.1-py311h55c95e1_1.conda + libexpat: ==2.5.0 hf0c8a7f_1 + url: https://conda.anaconda.org/conda-forge/osx-64/expat-2.5.0-hf0c8a7f_1.conda hash: - md5: 85309084268e2bc91ed7a8c0acf389c2 - sha256: 9eef5e808abb83cf5c9c205d6905dad6750928b213a5dc36ed2c78eaab59b091 + md5: e12630038077877cbb6c7851e139c17c + sha256: 15c04a5a690b337b50fb7550cce057d843cf94dd0109d576ec9bc3448a8571d0 optional: false category: main - build: py311h55c95e1_1 + build: hf0c8a7f_1 subdir: osx-64 build_number: 1 - license: MIT AND BSL-1.0 - size: 5466045 - timestamp: 1687346428232 -- name: llvm-openmp - version: 16.0.6 + license: MIT + license_family: MIT + size: 120323 + timestamp: 1680191057827 +- name: libuv + version: 1.44.2 manager: conda platform: osx-64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-16.0.6-hff08bdf_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.44.2-hac89ed1_0.tar.bz2 hash: - md5: 39a5227d906f75102bf8586741690128 - sha256: 0fbcf1c9e15dbb22d337063550ebcadbeb96b2a012e633f80255c8c720e4f832 + md5: 958fa9add5701462a6c91e3774425ea1 + sha256: c9f8e0884c1557ad886b4389688f8005a655392bd8b90007b0bab463193bfd3a optional: false category: main - build: hff08bdf_0 + build: hac89ed1_0 subdir: osx-64 build_number: 0 - constrains: - - openmp 16.0.6|16.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 295823 - timestamp: 1686865427800 -- name: gfortran_osx-64 - version: 11.3.0 + license: MIT + license_family: MIT + size: 451617 + timestamp: 1657719849300 +- name: rhash + version: 1.4.3 manager: conda platform: osx-64 - dependencies: - gfortran_impl_osx-64: ==11.3.0 - libgfortran: 5.* - clang: '*' - clang_osx-64: '*' - ld64_osx-64: '*' - libgfortran5: '>=11.3.0' - cctools_osx-64: '*' - libgfortran-devel_osx-64: ==11.3.0 - url: https://conda.anaconda.org/conda-forge/osx-64/gfortran_osx-64-11.3.0-h18f7dce_1.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-64/rhash-1.4.3-hac89ed1_0.tar.bz2 hash: - md5: 4e066d81dd3b86556b723021980f4ed8 - sha256: 3d163f8ba207863fc02e5b2754f4eee79643abd5ca169f205bc50f9e6fa48c61 + md5: 503cbfbbda92c68b918adb8f8c13afaa + sha256: 39ea9d1e6736d710bf9b56d6ce262c82064946ffada5e4c9459121a51e442381 optional: false category: main - build: h18f7dce_1 + build: hac89ed1_0 subdir: osx-64 - build_number: 1 - license: GPL-3.0-or-later WITH GCC-exception-3.1 - license_family: GPL - size: 34877 - timestamp: 1678365563278 -- name: gfortran - version: 12.2.0 + build_number: 0 + license: MIT + license_family: MIT + size: 198435 + timestamp: 1655256475820 +- name: libcurl + version: 8.1.2 manager: conda platform: osx-64 dependencies: - ld64: '*' - gfortran_osx-64: '*' - cctools: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/gfortran-12.2.0-h2c809b3_1.conda + libssh2: '>=1.10.0,<2.0a0' + libnghttp2: '>=1.52.0,<2.0a0' + openssl: '>=3.1.0,<4.0a0' + krb5: '>=1.20.1,<1.21.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + zstd: '>=1.5.2,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.1.2-hbee3ae8_0.conda hash: - md5: 4a5cb3bf02a98991321a1f8ec4d8c817 - sha256: cdb3762f3566b5aff9c13f3c3474672d1c12da90937e5930942f7b436fc8f7de + md5: d51e337da844262f9033c9a26452520f + sha256: 2f81bb06377779ea1abe373a2a89289fb440751ad6f68f947ec0f3b1e4399968 optional: false category: main - build: h2c809b3_1 + build: hbee3ae8_0 subdir: osx-64 - build_number: 1 - license: GPL-3.0-or-later WITH GCC-exception-3.1 - license_family: GPL - size: 31616 - timestamp: 1682097868101 -- name: clangxx_osx-64 - version: 14.0.6 + build_number: 0 + license: curl + license_family: MIT + size: 352385 + timestamp: 1685448012016 +- name: libnghttp2 + version: 1.52.0 manager: conda platform: osx-64 dependencies: - libllvm14: '>=14.0.6,<14.1.0a0' libcxx: '>=14.0.6' - clangxx: 14.0.6.* - clang_osx-64: ==14.0.6 h3113cd8_6 - url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-14.0.6-h6f97653_6.conda + c-ares: '>=1.18.1,<2.0a0' + libev: '>=4.33,<4.34.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + openssl: '>=3.0.8,<4.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.52.0-he2ab024_0.conda hash: - md5: 3989d08f74e7d987e94d9003cea30080 - sha256: 185f9ccec322cfee2303ba0129ad37c0803492e535978f9e5432e23973004d50 + md5: 12ac7d100bf260263e30a019517f42a2 + sha256: 093e4f3f62b3b07befa403e84a1f550cffe3b3961e435d42a75284f44be5f68a optional: false category: main - build: h6f97653_6 + build: he2ab024_0 subdir: osx-64 - build_number: 6 - license: BSD-3-Clause - license_family: BSD - size: 19289 - timestamp: 1679865245043 -- name: clang_osx-64 - version: 14.0.6 + build_number: 0 + license: MIT + license_family: MIT + size: 613074 + timestamp: 1677678399575 +- name: zstd + version: 1.5.2 manager: conda platform: osx-64 dependencies: - ld64_osx-64: '*' - cctools_osx-64: '*' - clang: 14.0.6.* - compiler-rt: 14.0.6.* - llvm-tools: 14.0.6.* - url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-14.0.6-h3113cd8_6.conda + libzlib: '>=1.2.13,<1.3.0a0' + libcxx: '>=14.0.6' + url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.2-hbc0c0cd_6.conda hash: - md5: 1b191288877fac1564184b28ce07de84 - sha256: 26092a2c8f9d87c1113e3a20cf0700df4df388c58eba04fabe33fafc0e62190d + md5: 40a188783d3c425bdccc9ae9104acbb8 + sha256: f845dafb0b488703ce81e25b6f27ed909ee9061b730c172e6b084fcf7156231f optional: false category: main - build: h3113cd8_6 + build: hbc0c0cd_6 subdir: osx-64 build_number: 6 license: BSD-3-Clause license_family: BSD - size: 20488 - timestamp: 1679865229912 -- name: compiler-rt - version: 14.0.6 + size: 408722 + timestamp: 1674245014688 +- name: c-ares + version: 1.19.1 manager: conda platform: osx-64 - dependencies: - clangxx: 14.0.6.* - clang: 14.0.6.* - compiler-rt_osx-64: 14.0.6.* - url: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-14.0.6-h613da45_0.tar.bz2 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.19.1-h0dc2134_0.conda hash: - md5: b44e0625319f9933e584dc3b96f5baf7 - sha256: 2dea3b5efea587329320c70a335fa5666c3a814e70e76464734b90a40b70e8a8 + md5: b3e62631b4e1b9801477523ce1d6f355 + sha256: 1de09d540facc3833e3f0a280ae987859f310f535726eff66d6f4a66045bd32c optional: false category: main - build: h613da45_0 + build: h0dc2134_0 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 103004 + timestamp: 1684783034995 +- name: libev + version: '4.33' + manager: conda + platform: osx-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-haf1e3a3_1.tar.bz2 + hash: + md5: 79dc2be110b2a3d1e97ec21f691c50ad + sha256: c4154d424431898d84d6afb8b32e3ba749fe5d270d322bb0af74571a3cb09c6b + optional: false + category: main + build: haf1e3a3_1 subdir: osx-64 - build_number: 0 - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 85454 - timestamp: 1667980424247 -- name: compiler-rt_osx-64 - version: 14.0.6 + build_number: 1 + license: BSD-2-Clause + license_family: BSD + size: 101424 + timestamp: 1598868359024 +- name: libssh2 + version: 1.11.0 manager: conda platform: osx-64 dependencies: - clangxx: 14.0.6.* - clang: 14.0.6.* - url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-14.0.6-hab78ec2_0.tar.bz2 + libzlib: '>=1.2.13,<1.3.0a0' + openssl: '>=3.1.1,<4.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda hash: - md5: 4fdde3f4ed31722a1c811723f5db82f0 - sha256: a8351d6a47a8a2cd8267862d36ad5a06f16955c68111140b8b147ee126433712 + md5: ca3a72efba692c59a90d4b9fc0dfe774 + sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 optional: false category: main - build: hab78ec2_0 - subdir: noarch + build: hd019ec5_0 + subdir: osx-64 build_number: 0 - constrains: - - compiler-rt 14.0.6 - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - noarch: generic - size: 15896681 - timestamp: 1667980403834 + license: BSD-3-Clause + license_family: BSD + size: 259556 + timestamp: 1685837820566 - name: libcxx version: 16.0.6 manager: conda @@ -5567,210 +4338,149 @@ package: license_family: Apache size: 1142172 timestamp: 1686896907750 -- name: python-flatbuffers - version: 23.5.26 +- name: c-compiler + version: 1.5.2 manager: conda platform: osx-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-23.5.26-pyhd8ed1ab_0.conda + ld64: '>=530' + llvm-openmp: '*' + clang_osx-64: 14.* + cctools: '>=949.0.1' + url: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.5.2-hbf74d83_0.conda hash: - md5: 131dd3656f3b731ab852fc66d3c41058 - sha256: 6d2fdc92fce4124e2d32403b71da89e9f3e65393670d74466b4ff4843434392e + md5: c1413ef5a20d658923e12dd3b566d8f3 + sha256: 0f97b6cc2215f0789ffa2781eb8a6304efaf5c4592c4c619d6e0a63c23f2b877 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: hbf74d83_0 + subdir: osx-64 build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 34110 - timestamp: 1685164237787 -- name: coloredlogs - version: 15.0.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - humanfriendly: '>=9.1' - url: https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_3.tar.bz2 - hash: - md5: 7b4fc18b7f66382257c45424eaf81935 - sha256: 0bb37abbf3367add8a8e3522405efdbd06605acfc674488ef52486968f2c119d - optional: false - category: main - build: pyhd8ed1ab_3 - subdir: noarch - build_number: 3 - license: MIT - license_family: MIT - noarch: python - size: 40569 - timestamp: 1643220223971 -- name: packaging - version: '23.1' + license: BSD + size: 5660 + timestamp: 1670951603925 +- name: cxx-compiler + version: 1.5.2 manager: conda platform: osx-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda + c-compiler: ==1.5.2 hbf74d83_0 + clangxx_osx-64: 14.* + url: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.5.2-hb8565cd_0.conda hash: - md5: 91cda59e66e1e4afe9476f8ef98f5c30 - sha256: ded536a96a00d45a693dbc2971bb688248324dadd129eddda2100e177583d768 + md5: 349ae14723b98f76ea0fcb8e532b2ead + sha256: 91193c9029594d102217457ce8b4fe1cfd4a1e13e652451e94f851e91b45a147 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: hb8565cd_0 + subdir: osx-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 46098 - timestamp: 1681337144376 -- name: sympy - version: '1.12' + license: BSD + size: 5674 + timestamp: 1670951614642 +- name: fortran-compiler + version: 1.5.2 manager: conda platform: osx-64 dependencies: - mpmath: '>=0.19' - python: '>=3.8' - gmpy2: '>=2.0.8' - __unix: '*' - url: https://conda.anaconda.org/conda-forge/noarch/sympy-1.12-pypyh9d50eac_103.conda + gfortran: '*' + ld64: '>=530' + llvm-openmp: '*' + gfortran_osx-64: 11.* + cctools: '>=949.0.1' + url: https://conda.anaconda.org/conda-forge/osx-64/fortran-compiler-1.5.2-haad3a49_0.conda hash: - md5: 2f7d6347d7acf6edf1ac7f2189f44c8f - sha256: 0025dd4e6411423903bf478d1b9fbff0cbbbe546f51c9375dfd6729ef2e1a1ac + md5: 649a324b13eb77c6d5e98d36ea0c59f4 + sha256: db482cbd1f8046a6d51c0af47d98f97e0c157bf9029bbc95b71c72972f3fa01f optional: false category: main - build: pypyh9d50eac_103 - subdir: noarch - build_number: 103 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 4256289 - timestamp: 1684180689319 -- name: python - version: 3.11.4 + build: haad3a49_0 + subdir: osx-64 + build_number: 0 + license: BSD + size: 5700 + timestamp: 1670951609511 +- name: libzlib + version: 1.2.13 manager: conda platform: osx-64 - dependencies: - tzdata: '*' - openssl: '>=3.1.1,<4.0a0' - readline: '>=8.2,<9.0a0' - libffi: '>=3.4,<4.0a0' - libsqlite: '>=3.42.0,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libexpat: '>=2.5.0,<3.0a0' - tk: '>=8.6.12,<8.7.0a0' - bzip2: '>=1.0.8,<2.0a0' - xz: '>=5.2.6,<6.0a0' - ncurses: '>=6.4,<7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.4-h30d4d87_0_cpython.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda hash: - md5: e40b3075f85db0184d5f61d17c580ef7 - sha256: d2c00c7b1a616ad309afd864db6a7be33935710a68a7572509526495346655dc + md5: 4a3ad23f6e16f99c04e166767193d700 + sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 optional: false category: main - build: h30d4d87_0_cpython + build: h8a1eda9_5 subdir: osx-64 - build_number: 0 + build_number: 5 constrains: - - python_abi 3.11.* *_cp311 - license: Python-2.0 - size: 15324849 - timestamp: 1686421760912 -- name: readline - version: '8.2' + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 59404 + timestamp: 1686575566695 +- name: openssl + version: 3.1.1 manager: conda platform: osx-64 dependencies: - ncurses: '>=6.3,<7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + ca-certificates: '*' + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.1.1-h8a1eda9_1.conda hash: - md5: f17f77f2acf4d344734bda76829ce14e - sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 + md5: c7822d6ee74e34af1fd74365cfd18983 + sha256: 67855f92bf50f24cbbc44879864d7a040b1f351e95b599cfcf4cc49b2cc3fd08 optional: false category: main - build: h9e318b2_1 + build: h8a1eda9_1 subdir: osx-64 build_number: 1 - license: GPL-3.0-only - license_family: GPL - size: 255870 - timestamp: 1679532707590 -- name: tk - version: 8.6.12 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + size: 2326872 + timestamp: 1685518213128 +- name: krb5 + version: 1.20.1 manager: conda platform: osx-64 dependencies: - libzlib: '>=1.2.11,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.12-h5dbffcc_0.tar.bz2 - hash: - md5: 8e9480d9c47061db2ed1b4ecce519a7f - sha256: 331aa1137a264fd9cc905f04f09a161c801fe504b93da08b4e6697bd7c9ae6a6 - optional: false - category: main - build: h5dbffcc_0 - subdir: osx-64 - build_number: 0 - license: TCL - license_family: BSD - size: 3531016 - timestamp: 1645032719565 -- name: ncurses - version: '6.4' - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-hf0c8a7f_0.conda - hash: - md5: c3dbae2411164d9b02c69090a9a91857 - sha256: 7841b1fce1ffb0bfb038f9687b92f04d64acab1f7cb96431972386ea98c7b2fd - optional: false - category: main - build: hf0c8a7f_0 - subdir: osx-64 - build_number: 0 - license: X11 AND BSD-3-Clause - size: 828118 - timestamp: 1686077056765 -- name: xz - version: 5.2.6 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + libedit: '>=3.1.20191231,<4.0a0' + libcxx: '>=14.0.6' + openssl: '>=3.0.7,<4.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.20.1-h049b76e_0.conda hash: - md5: a72f9d4ea13d55d745ff1ed594747f10 - sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 + md5: db11fa2968ef0837288fe2d7f5b77a50 + sha256: 41cfbf4c5cdb4a32eb5319943113d7ef1edb894ea0a5464233e510b59450c824 optional: false category: main - build: h775f41a_0 + build: h049b76e_0 subdir: osx-64 build_number: 0 - license: LGPL-2.1 and GPL-2.0 - size: 238119 - timestamp: 1660346964847 -- name: libsqlite - version: 3.42.0 + license: MIT + license_family: MIT + size: 1127291 + timestamp: 1671092045705 +- name: libedit + version: 3.1.20191231 manager: conda platform: osx-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.42.0-h58db7d2_0.conda + ncurses: '>=6.2,<7.0.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 hash: - md5: a7d3b44b7b0c9901ac7813b7a0462893 - sha256: 182689f4b1a5ed638cd615c7774e1a9974842bc127c59173f1d25e31a8795eef + md5: 6016a8a1d0e63cac3de2c352cd40208b + sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 optional: false category: main - build: h58db7d2_0 + build: h0678c8f_2 subdir: osx-64 - build_number: 0 - license: Unlicense - size: 878744 - timestamp: 1684265213849 + build_number: 2 + license: BSD-2-Clause + license_family: BSD + size: 105382 + timestamp: 1597616576726 - name: libexpat version: 2.5.0 manager: conda @@ -5791,344 +4501,314 @@ package: license_family: MIT size: 69602 timestamp: 1680191040160 -- name: gmpy2 - version: 2.1.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - mpfr: '>=4.1.0,<5.0a0' - gmp: '>=6.2.1,<7.0a0' - mpc: '>=1.2.1,<2.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/gmpy2-2.1.2-py311hc5b4402_1.tar.bz2 - hash: - md5: 658d2cc5cfce328fe85ab46259250e03 - sha256: d1985edd5ebbc82c7805fe2c0eea0a87f2a2ea98fecd956ba534a1a02a3f74d7 - optional: false - category: main - build: py311hc5b4402_1 - subdir: osx-64 - build_number: 1 - license: LGPL-3.0-or-later - license_family: LGPL - size: 169725 - timestamp: 1666808916611 -- name: gmp - version: 6.2.1 +- name: libiconv + version: '1.17' manager: conda platform: osx-64 - dependencies: - libcxx: '>=10.0.1' - url: https://conda.anaconda.org/conda-forge/osx-64/gmp-6.2.1-h2e338ed_0.tar.bz2 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hac89ed1_0.tar.bz2 hash: - md5: dedc96914428dae572a39e69ee2a392f - sha256: d6386708f6b7bcf790c57e985a5ca5636ec6ccaed0493b8ddea231aaeb8bfb00 + md5: 691d103d11180486154af49c037b7ed9 + sha256: 4a3294037d595754f7da7c11a41f3922f995aaa333f3cb66f02d8afa032a7bc2 optional: false category: main - build: h2e338ed_0 + build: hac89ed1_0 subdir: osx-64 build_number: 0 - license: GPL-2.0-or-later AND LGPL-3.0-or-later - size: 792127 - timestamp: 1605751675650 -- name: python_abi - version: '3.11' + license: GPL and LGPL + size: 1378276 + timestamp: 1652702364402 +- name: bzip2 + version: 1.0.8 manager: conda platform: osx-64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-3_cp311.conda + url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h0d85af4_4.tar.bz2 hash: - md5: 5e0a069a585445333868d2c6651c3b3f - sha256: 145edb385d464227aca8ce963b9e22f5f36cacac9085eb38f574961ebc69684e + md5: 37edc4e6304ca87316e160f5ca0bd1b5 + sha256: 60ba4c64f5d0afca0d283c7addba577d3e2efc0db86002808dadb0498661b2f2 optional: false category: main - build: 3_cp311 + build: h0d85af4_4 subdir: osx-64 - build_number: 3 - constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause + build_number: 4 + license: bzip2-1.0.6 license_family: BSD - size: 5766 - timestamp: 1669071853731 -- name: clang - version: 14.0.6 + size: 158829 + timestamp: 1618862580095 +- name: ncurses + version: '6.4' manager: conda platform: osx-64 - dependencies: - clang-14: ==14.0.6 default_hdb78580_1 - url: https://conda.anaconda.org/conda-forge/osx-64/clang-14.0.6-h694c41f_1.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-hf0c8a7f_0.conda hash: - md5: 1305da4c85c7eaa2e90fa14efc35f591 - sha256: f757328f9924d93b09aa16423160b6ebbe28dac7508cce76d50795db4d1d39c9 + md5: c3dbae2411164d9b02c69090a9a91857 + sha256: 7841b1fce1ffb0bfb038f9687b92f04d64acab1f7cb96431972386ea98c7b2fd optional: false category: main - build: h694c41f_1 + build: hf0c8a7f_0 subdir: osx-64 - build_number: 1 - constrains: - - clang-tools 14.0.6.* - - llvm 14.0.6.* - - llvm-tools 14.0.6.* - - llvmdev 14.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 133085 - timestamp: 1684412402322 -- name: clang-14 - version: 14.0.6 + build_number: 0 + license: X11 AND BSD-3-Clause + size: 828118 + timestamp: 1686077056765 +- name: xz + version: 5.2.6 manager: conda platform: osx-64 - dependencies: - libllvm14: '>=14.0.6,<14.1.0a0' - libclang-cpp14: ==14.0.6 default_hdb78580_1 - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/clang-14-14.0.6-default_hdb78580_1.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 hash: - md5: ce19ccaee311132f299ffd0eec9c4581 - sha256: a8ef6982c0da903e31215425219693a45e39b47189018cf479b03290764793cd + md5: a72f9d4ea13d55d745ff1ed594747f10 + sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 optional: false category: main - build: default_hdb78580_1 + build: h775f41a_0 subdir: osx-64 - build_number: 1 - constrains: - - clangxx 14.0.6 - - llvm-tools 14.0.6 - - clangdev 14.0.6 - - clang-tools 14.0.6 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 1029529 - timestamp: 1684412293094 -- name: libclang-cpp14 - version: 14.0.6 + build_number: 0 + license: LGPL-2.1 and GPL-2.0 + size: 238119 + timestamp: 1660346964847 +- name: zlib + version: 1.2.13 manager: conda platform: osx-64 dependencies: - libllvm14: '>=14.0.6,<14.1.0a0' - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp14-14.0.6-default_hdb78580_1.conda + libzlib: ==1.2.13 h8a1eda9_5 + url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda hash: - md5: 9a235664bf087994aa3acc1a60614964 - sha256: 5720d4662bd032a1dc07d0ae1368fa5e454c938545bdd93f78dacd25b9f597d3 + md5: 75a8a98b1c4671c5d2897975731da42d + sha256: d1f4c82fd7bd240a78ce8905e931e68dca5f523c7da237b6b63c87d5625c5b35 optional: false category: main - build: default_hdb78580_1 + build: h8a1eda9_5 subdir: osx-64 - build_number: 1 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 11897758 - timestamp: 1684412176370 -- name: clangxx - version: 14.0.6 + build_number: 5 + license: Zlib + license_family: Other + size: 90764 + timestamp: 1686575574678 +- name: ca-certificates + version: 2023.5.7 manager: conda platform: osx-64 - dependencies: - clang: ==14.0.6 h694c41f_1 - url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-14.0.6-default_hdb78580_1.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.5.7-h8857fd0_0.conda hash: - md5: cc2ac1c5c838cb0edd65258da7c38294 - sha256: 6c5ed5942dc9627926741e001a042f2a8dc31e221c0a7e4bcbbe35cd0e6681b8 + md5: b704e4b79ba0d887c4870b7b09d6a4df + sha256: a06c9c788de81da3a3868ac56781680cc1fc50a0b5a545d4453818975c141b2c optional: false category: main - build: default_hdb78580_1 + build: h8857fd0_0 subdir: osx-64 - build_number: 1 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 133262 - timestamp: 1684412419561 -- name: mpmath - version: 1.3.0 + build_number: 0 + license: ISC + size: 148522 + timestamp: 1683451939937 +- name: cctools + version: 973.0.1 manager: conda platform: osx-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_0.conda + cctools_osx-64: ==973.0.1 hcc6d90d_13 + libllvm14: '>=14.0.6,<14.1.0a0' + ld64: ==609 hc6ad406_13 + url: https://conda.anaconda.org/conda-forge/osx-64/cctools-973.0.1-h76f1dac_13.conda hash: - md5: dbf6e2d89137da32fa6670f3bffc024e - sha256: a4f025c712ec1502a55c471b56a640eaeebfce38dd497d5a1a33729014cac47a + md5: 802cae917abdc5a7cdfa699ff02da42d + sha256: f36d2b5eccd494f0ade668bd1a63e09b78427d0abb8066c6041e8776d9582114 optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 438339 - timestamp: 1678228210181 -- name: humanfriendly - version: '10.0' + build: h76f1dac_13 + subdir: osx-64 + build_number: 13 + license: APSL-2.0 + license_family: Other + size: 21657 + timestamp: 1679505516215 +- name: ld64 + version: '609' manager: conda platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/humanfriendly-10.0-py311h6eed73b_4.tar.bz2 + libllvm14: '>=14.0.6,<14.1.0a0' + ld64_osx-64: ==609 hfd63004_13 + url: https://conda.anaconda.org/conda-forge/osx-64/ld64-609-hc6ad406_13.conda hash: - md5: 7332a60654d29fa1a5f919aef57a737b - sha256: 8bccfef1c673da518458030d5b528f7804c4c9cc8cbfbeaf90a67c6859458d18 + md5: 5d7676eee44dfa3e48bf21700e044aa9 + sha256: cc7d0de073179de57763c5cf9ee7c2bc9855d362c13245427cccbd517fe794fe optional: false category: main - build: py311h6eed73b_4 + build: hc6ad406_13 subdir: osx-64 - build_number: 4 - license: MIT - license_family: MIT - size: 155456 - timestamp: 1667490161676 -- name: libllvm14 - version: 14.0.6 + build_number: 13 + constrains: + - cctools_osx-64 973.0.1.* + - cctools 973.0.1.* + license: APSL-2.0 + license_family: Other + size: 18850 + timestamp: 1679505500085 +- name: llvm-openmp + version: 16.0.6 manager: conda platform: osx-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - libcxx: '>=15' - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm14-14.0.6-hc8e404f_3.conda + dependencies: {} + url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-16.0.6-hff08bdf_0.conda hash: - md5: a6433d7252b49c2195f8aa70ad898104 - sha256: 2469a23d25e2d6b782aa06621f234009f0e401bbf81b479c535809975605596c + md5: 39a5227d906f75102bf8586741690128 + sha256: 0fbcf1c9e15dbb22d337063550ebcadbeb96b2a012e633f80255c8c720e4f832 optional: false category: main - build: hc8e404f_3 + build: hff08bdf_0 subdir: osx-64 - build_number: 3 + build_number: 0 + constrains: + - openmp 16.0.6|16.0.6.* license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 22443730 - timestamp: 1685682126901 -- name: llvm-tools - version: 14.0.6 + license_family: APACHE + size: 295823 + timestamp: 1686865427800 +- name: gfortran_osx-64 + version: 11.3.0 manager: conda platform: osx-64 dependencies: - libllvm14: ==14.0.6 hc8e404f_3 - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-14.0.6-hc8e404f_3.conda + gfortran_impl_osx-64: ==11.3.0 + libgfortran: 5.* + clang: '*' + clang_osx-64: '*' + ld64_osx-64: '*' + libgfortran5: '>=11.3.0' + cctools_osx-64: '*' + libgfortran-devel_osx-64: ==11.3.0 + url: https://conda.anaconda.org/conda-forge/osx-64/gfortran_osx-64-11.3.0-h18f7dce_1.conda hash: - md5: 3bebd091daab84c54f91205bb4d4a9c3 - sha256: f766574fc90d624ee2ed44824726a5f02eb9f90090659c353f125c1488edb271 + md5: 4e066d81dd3b86556b723021980f4ed8 + sha256: 3d163f8ba207863fc02e5b2754f4eee79643abd5ca169f205bc50f9e6fa48c61 optional: false category: main - build: hc8e404f_3 + build: h18f7dce_1 subdir: osx-64 - build_number: 3 - constrains: - - llvmdev 14.0.6 - - clang 14.0.6.* - - clang-tools 14.0.6.* - - llvm 14.0.6.* - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 11163695 - timestamp: 1685682287984 -- name: libzlib - version: 1.2.13 + build_number: 1 + license: GPL-3.0-or-later WITH GCC-exception-3.1 + license_family: GPL + size: 34877 + timestamp: 1678365563278 +- name: gfortran + version: 12.2.0 manager: conda platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda + dependencies: + gfortran_osx-64: '*' + ld64: '*' + cctools: '*' + url: https://conda.anaconda.org/conda-forge/osx-64/gfortran-12.2.0-h2c809b3_1.conda hash: - md5: 4a3ad23f6e16f99c04e166767193d700 - sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 + md5: 4a5cb3bf02a98991321a1f8ec4d8c817 + sha256: cdb3762f3566b5aff9c13f3c3474672d1c12da90937e5930942f7b436fc8f7de optional: false category: main - build: h8a1eda9_5 + build: h2c809b3_1 subdir: osx-64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 59404 - timestamp: 1686575566695 -- name: mpc - version: 1.3.1 + build_number: 1 + license: GPL-3.0-or-later WITH GCC-exception-3.1 + license_family: GPL + size: 31616 + timestamp: 1682097868101 +- name: clangxx_osx-64 + version: 14.0.6 manager: conda platform: osx-64 dependencies: - mpfr: '>=4.1.0,<5.0a0' - gmp: '>=6.2.1,<7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/mpc-1.3.1-h81bd1dd_0.conda + libllvm14: '>=14.0.6,<14.1.0a0' + libcxx: '>=14.0.6' + clangxx: 14.0.6.* + clang_osx-64: ==14.0.6 h3113cd8_6 + url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-14.0.6-h6f97653_6.conda hash: - md5: c752c0eb6c250919559172c011e5f65b - sha256: 2ae945a15c8a984d581dcfb974ad3b5d877a6527de2c95a3363e6b4490b2f312 + md5: 3989d08f74e7d987e94d9003cea30080 + sha256: 185f9ccec322cfee2303ba0129ad37c0803492e535978f9e5432e23973004d50 optional: false category: main - build: h81bd1dd_0 + build: h6f97653_6 subdir: osx-64 - build_number: 0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 109064 - timestamp: 1674264109148 -- name: mpfr - version: 4.2.0 + build_number: 6 + license: BSD-3-Clause + license_family: BSD + size: 19289 + timestamp: 1679865245043 +- name: clang_osx-64 + version: 14.0.6 manager: conda platform: osx-64 dependencies: - gmp: '>=6.2.1,<7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/mpfr-4.2.0-h4f9bd69_0.conda + ld64_osx-64: '*' + cctools_osx-64: '*' + clang: 14.0.6.* + compiler-rt: 14.0.6.* + llvm-tools: 14.0.6.* + url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-14.0.6-h3113cd8_6.conda hash: - md5: f48a2f4515be334c5cfeed82517b96e0 - sha256: 5ba848dc2642dc16e54cc44c3bc21d83033abeccc053434c84b4ecc7a43b627a + md5: 1b191288877fac1564184b28ce07de84 + sha256: 26092a2c8f9d87c1113e3a20cf0700df4df388c58eba04fabe33fafc0e62190d optional: false category: main - build: h4f9bd69_0 + build: h3113cd8_6 subdir: osx-64 - build_number: 0 - license: LGPL-3.0-only - license_family: LGPL - size: 376446 - timestamp: 1678380484788 -- name: cctools - version: 973.0.1 + build_number: 6 + license: BSD-3-Clause + license_family: BSD + size: 20488 + timestamp: 1679865229912 +- name: libllvm14 + version: 14.0.6 manager: conda platform: osx-64 dependencies: - cctools_osx-64: ==973.0.1 hcc6d90d_13 - libllvm14: '>=14.0.6,<14.1.0a0' - ld64: ==609 hc6ad406_13 - url: https://conda.anaconda.org/conda-forge/osx-64/cctools-973.0.1-h76f1dac_13.conda + libzlib: '>=1.2.13,<1.3.0a0' + libcxx: '>=15' + url: https://conda.anaconda.org/conda-forge/osx-64/libllvm14-14.0.6-hc8e404f_3.conda hash: - md5: 802cae917abdc5a7cdfa699ff02da42d - sha256: f36d2b5eccd494f0ade668bd1a63e09b78427d0abb8066c6041e8776d9582114 + md5: a6433d7252b49c2195f8aa70ad898104 + sha256: 2469a23d25e2d6b782aa06621f234009f0e401bbf81b479c535809975605596c optional: false category: main - build: h76f1dac_13 + build: hc8e404f_3 subdir: osx-64 - build_number: 13 - license: APSL-2.0 - license_family: Other - size: 21657 - timestamp: 1679505516215 -- name: ld64 + build_number: 3 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 22443730 + timestamp: 1685682126901 +- name: ld64_osx-64 version: '609' manager: conda platform: osx-64 dependencies: libllvm14: '>=14.0.6,<14.1.0a0' - ld64_osx-64: ==609 hfd63004_13 - url: https://conda.anaconda.org/conda-forge/osx-64/ld64-609-hc6ad406_13.conda + tapi: '>=1100.0.11,<1101.0a0' + libcxx: '*' + sigtool: '*' + url: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-609-hfd63004_13.conda hash: - md5: 5d7676eee44dfa3e48bf21700e044aa9 - sha256: cc7d0de073179de57763c5cf9ee7c2bc9855d362c13245427cccbd517fe794fe + md5: 58fcda6a84fb42f51c6c2d6d175b435d + sha256: 97c752c2b4518c394adf6db1538d8dff233a4a3072964fb4d834f3993f988e43 optional: false category: main - build: hc6ad406_13 + build: hfd63004_13 subdir: osx-64 build_number: 13 constrains: - cctools_osx-64 973.0.1.* - cctools 973.0.1.* + - ld 609.* + - clang >=14.0.6,<15.0a0 license: APSL-2.0 license_family: Other - size: 18850 - timestamp: 1679505500085 + size: 1061393 + timestamp: 1679505296948 - name: cctools_osx-64 version: 973.0.1 manager: conda @@ -6156,244 +4836,200 @@ package: license_family: Other size: 1114891 timestamp: 1679505481476 -- name: ld64_osx-64 - version: '609' +- name: clang + version: 14.0.6 manager: conda platform: osx-64 dependencies: - libllvm14: '>=14.0.6,<14.1.0a0' - tapi: '>=1100.0.11,<1101.0a0' - libcxx: '*' - sigtool: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-609-hfd63004_13.conda + clang-14: ==14.0.6 default_hdb78580_1 + url: https://conda.anaconda.org/conda-forge/osx-64/clang-14.0.6-h694c41f_1.conda hash: - md5: 58fcda6a84fb42f51c6c2d6d175b435d - sha256: 97c752c2b4518c394adf6db1538d8dff233a4a3072964fb4d834f3993f988e43 + md5: 1305da4c85c7eaa2e90fa14efc35f591 + sha256: f757328f9924d93b09aa16423160b6ebbe28dac7508cce76d50795db4d1d39c9 optional: false category: main - build: hfd63004_13 + build: h694c41f_1 subdir: osx-64 - build_number: 13 + build_number: 1 constrains: - - cctools_osx-64 973.0.1.* - - cctools 973.0.1.* - - ld 609.* - - clang >=14.0.6,<15.0a0 - license: APSL-2.0 - license_family: Other - size: 1061393 - timestamp: 1679505296948 -- name: libgfortran-devel_osx-64 - version: 11.3.0 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/libgfortran-devel_osx-64-11.3.0-h824d247_31.conda - hash: - md5: ea203ba0aca5cd594aa3b1a2b32e5978 - sha256: 89a99dff34e85ba09c48d8b1ddc52b0273d39bbbe8cc49180023eb525763a4bd - optional: false - category: main - build: h824d247_31 - subdir: noarch - build_number: 31 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - noarch: generic - size: 441381 - timestamp: 1678485289322 -- name: libgfortran5 - version: 12.2.0 + - clang-tools 14.0.6.* + - llvm 14.0.6.* + - llvm-tools 14.0.6.* + - llvmdev 14.0.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 133085 + timestamp: 1684412402322 +- name: compiler-rt + version: 14.0.6 manager: conda platform: osx-64 dependencies: - llvm-openmp: '>=8.0.0' - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-12.2.0-he409387_31.conda + clangxx: 14.0.6.* + clang: 14.0.6.* + compiler-rt_osx-64: 14.0.6.* + url: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-14.0.6-h613da45_0.tar.bz2 hash: - md5: 5a544130e584b1f204ac896ff071d5b3 - sha256: 42ae06bbb3cf7f7c3194482894f4287fad7bc39214d1a0dbf0c43f8efb8d3c1a + md5: b44e0625319f9933e584dc3b96f5baf7 + sha256: 2dea3b5efea587329320c70a335fa5666c3a814e70e76464734b90a40b70e8a8 optional: false category: main - build: he409387_31 + build: h613da45_0 subdir: osx-64 - build_number: 31 - constrains: - - libgfortran 5.0.0 *_31 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1600291 - timestamp: 1678485061597 -- name: gfortran_impl_osx-64 - version: 11.3.0 + build_number: 0 + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + size: 85454 + timestamp: 1667980424247 +- name: llvm-tools + version: 14.0.6 manager: conda platform: osx-64 dependencies: - mpc: '>=1.3.1,<2.0a0' - gmp: '>=6.2.1,<7.0a0' - libiconv: '>=1.17,<2.0a0' + libllvm14: ==14.0.6 hc8e404f_3 libzlib: '>=1.2.13,<1.3.0a0' - zlib: '*' - isl: '>=0.25,<0.26.0a0' - libcxx: '>=14.0.6' - libgfortran5: '>=11.3.0' - mpfr: '>=4.2.0,<5.0a0' - libgfortran-devel_osx-64: 11.3.0.* - url: https://conda.anaconda.org/conda-forge/osx-64/gfortran_impl_osx-64-11.3.0-h1f927f5_31.conda + url: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-14.0.6-hc8e404f_3.conda hash: - md5: 926da9259d77f6a95d60c5a956425c2f - sha256: 7339ad7cd168e008579233667aebf0c658bf9d3412184fc256640e9e7c213e9e + md5: 3bebd091daab84c54f91205bb4d4a9c3 + sha256: f766574fc90d624ee2ed44824726a5f02eb9f90090659c353f125c1488edb271 optional: false category: main - build: h1f927f5_31 + build: hc8e404f_3 subdir: osx-64 - build_number: 31 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 18463931 - timestamp: 1678485325526 -- name: zlib - version: 1.2.13 + build_number: 3 + constrains: + - llvmdev 14.0.6 + - clang 14.0.6.* + - clang-tools 14.0.6.* + - llvm 14.0.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 11163695 + timestamp: 1685682287984 +- name: clangxx + version: 14.0.6 manager: conda platform: osx-64 dependencies: - libzlib: ==1.2.13 h8a1eda9_5 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda - hash: - md5: 75a8a98b1c4671c5d2897975731da42d - sha256: d1f4c82fd7bd240a78ce8905e931e68dca5f523c7da237b6b63c87d5625c5b35 - optional: false - category: main - build: h8a1eda9_5 - subdir: osx-64 - build_number: 5 - license: Zlib - license_family: Other - size: 90764 - timestamp: 1686575574678 -- name: libiconv - version: '1.17' - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hac89ed1_0.tar.bz2 + clang: ==14.0.6 h694c41f_1 + url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-14.0.6-default_hdb78580_1.conda hash: - md5: 691d103d11180486154af49c037b7ed9 - sha256: 4a3294037d595754f7da7c11a41f3922f995aaa333f3cb66f02d8afa032a7bc2 + md5: cc2ac1c5c838cb0edd65258da7c38294 + sha256: 6c5ed5942dc9627926741e001a042f2a8dc31e221c0a7e4bcbbe35cd0e6681b8 optional: false category: main - build: hac89ed1_0 + build: default_hdb78580_1 subdir: osx-64 - build_number: 0 - license: GPL and LGPL - size: 1378276 - timestamp: 1652702364402 -- name: tzdata - version: 2023c + build_number: 1 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 133262 + timestamp: 1684412419561 +- name: libgfortran-devel_osx-64 + version: 11.3.0 manager: conda platform: osx-64 dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/libgfortran-devel_osx-64-11.3.0-h824d247_31.conda hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 + md5: ea203ba0aca5cd594aa3b1a2b32e5978 + sha256: 89a99dff34e85ba09c48d8b1ddc52b0273d39bbbe8cc49180023eb525763a4bd optional: false category: main - build: h71feb2d_0 + build: h824d247_31 subdir: noarch - build_number: 0 - license: LicenseRef-Public-Domain + build_number: 31 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL noarch: generic - size: 117580 - timestamp: 1680041306008 -- name: openssl - version: 3.1.1 + size: 441381 + timestamp: 1678485289322 +- name: libgfortran + version: 5.0.0 manager: conda platform: osx-64 dependencies: - ca-certificates: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.1.1-h8a1eda9_1.conda + libgfortran5: '*' + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-11_3_0_h97931a8_31.conda hash: - md5: c7822d6ee74e34af1fd74365cfd18983 - sha256: 67855f92bf50f24cbbc44879864d7a040b1f351e95b599cfcf4cc49b2cc3fd08 + md5: 97451338600bd9c5b535eb224ef6c471 + sha256: 55d3c81ce8cd931260c3cb8c85868e36223d2bd0d5e2f35a79503810ee172769 optional: false category: main - build: h8a1eda9_1 + build: 11_3_0_h97931a8_31 subdir: osx-64 - build_number: 1 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2326872 - timestamp: 1685518213128 -- name: libffi - version: 3.4.2 + build_number: 31 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 160084 + timestamp: 1678485362631 +- name: libgfortran5 + version: 12.2.0 manager: conda platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + dependencies: + llvm-openmp: '>=8.0.0' + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-12.2.0-he409387_31.conda hash: - md5: ccb34fb14960ad8b125962d3d79b31a9 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f + md5: 5a544130e584b1f204ac896ff071d5b3 + sha256: 42ae06bbb3cf7f7c3194482894f4287fad7bc39214d1a0dbf0c43f8efb8d3c1a optional: false category: main - build: h0d85af4_5 + build: he409387_31 subdir: osx-64 - build_number: 5 - license: MIT - license_family: MIT - size: 51348 - timestamp: 1636488394370 -- name: numpy - version: 1.25.0 + build_number: 31 + constrains: + - libgfortran 5.0.0 *_31 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 1600291 + timestamp: 1678485061597 +- name: gfortran_impl_osx-64 + version: 11.3.0 manager: conda platform: osx-64 dependencies: - libcblas: '>=3.9.0,<4.0a0' - libcxx: '>=15.0.7' - liblapack: '>=3.9.0,<4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - libblas: '>=3.9.0,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.25.0-py311hc44ba51_0.conda + mpc: '>=1.3.1,<2.0a0' + gmp: '>=6.2.1,<7.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + libiconv: '>=1.17,<2.0a0' + zlib: '*' + isl: '>=0.25,<0.26.0a0' + libcxx: '>=14.0.6' + libgfortran5: '>=11.3.0' + mpfr: '>=4.2.0,<5.0a0' + libgfortran-devel_osx-64: 11.3.0.* + url: https://conda.anaconda.org/conda-forge/osx-64/gfortran_impl_osx-64-11.3.0-h1f927f5_31.conda hash: - md5: 11037145324619832869a29d0b21f66f - sha256: e2cc98899e10e5ef8172d3079b3b020a1aa99dd5c82eb6500dedeb6f0477ccf0 + md5: 926da9259d77f6a95d60c5a956425c2f + sha256: 7339ad7cd168e008579233667aebf0c658bf9d3412184fc256640e9e7c213e9e optional: false category: main - build: py311hc44ba51_0 + build: h1f927f5_31 subdir: osx-64 - build_number: 0 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7594749 - timestamp: 1687057044892 -- name: protobuf - version: 4.23.2 + build_number: 31 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 18463931 + timestamp: 1678485325526 +- name: gmp + version: 6.2.1 manager: conda platform: osx-64 dependencies: - setuptools: '*' - python: '>=3.11,<3.12.0a0' - libcxx: '>=15.0.7' - python_abi: 3.11.* *_cp311 - libprotobuf: '>=4.23.2,<4.23.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/protobuf-4.23.2-py311h700567c_1.conda + libcxx: '>=10.0.1' + url: https://conda.anaconda.org/conda-forge/osx-64/gmp-6.2.1-h2e338ed_0.tar.bz2 hash: - md5: 0c382d22cd4f3ac8be2449b7c2635c6a - sha256: e4e52bbf13d966065cd6175ecda5ef975d35bc3fadfd920f7b5d2761ff49895a + md5: dedc96914428dae572a39e69ee2a392f + sha256: d6386708f6b7bcf790c57e985a5ca5636ec6ccaed0493b8ddea231aaeb8bfb00 optional: false category: main - build: py311h700567c_1 + build: h2e338ed_0 subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 368776 - timestamp: 1685507612899 + build_number: 0 + license: GPL-2.0-or-later AND LGPL-3.0-or-later + size: 792127 + timestamp: 1605751675650 - name: isl version: '0.25' manager: conda @@ -6413,252 +5049,150 @@ package: license_family: MIT size: 918877 timestamp: 1656870452902 -- name: sigtool - version: 0.1.3 +- name: mpc + version: 1.3.1 manager: conda platform: osx-64 dependencies: - openssl: '>=3.0.0,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2 + mpfr: '>=4.1.0,<5.0a0' + gmp: '>=6.2.1,<7.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/mpc-1.3.1-h81bd1dd_0.conda hash: - md5: fbfb84b9de9a6939cb165c02c69b1865 - sha256: 46fdeadf8f8d725819c4306838cdfd1099cd8fe3e17bd78862a5dfdcd6de61cf + md5: c752c0eb6c250919559172c011e5f65b + sha256: 2ae945a15c8a984d581dcfb974ad3b5d877a6527de2c95a3363e6b4490b2f312 optional: false category: main - build: h88f4db0_0 + build: h81bd1dd_0 subdir: osx-64 build_number: 0 - license: MIT - license_family: MIT - size: 213817 - timestamp: 1643442169866 -- name: ca-certificates - version: 2023.5.7 + license: LGPL-3.0-or-later + license_family: LGPL + size: 109064 + timestamp: 1674264109148 +- name: mpfr + version: 4.2.0 manager: conda platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.5.7-h8857fd0_0.conda + dependencies: + gmp: '>=6.2.1,<7.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/mpfr-4.2.0-h4f9bd69_0.conda hash: - md5: b704e4b79ba0d887c4870b7b09d6a4df - sha256: a06c9c788de81da3a3868ac56781680cc1fc50a0b5a545d4453818975c141b2c + md5: f48a2f4515be334c5cfeed82517b96e0 + sha256: 5ba848dc2642dc16e54cc44c3bc21d83033abeccc053434c84b4ecc7a43b627a optional: false category: main - build: h8857fd0_0 + build: h4f9bd69_0 subdir: osx-64 build_number: 0 - license: ISC - size: 148522 - timestamp: 1683451939937 -- name: setuptools - version: 68.0.0 + license: LGPL-3.0-only + license_family: LGPL + size: 376446 + timestamp: 1678380484788 +- name: tapi + version: 1100.0.11 manager: conda platform: osx-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.0.0-pyhd8ed1ab_0.conda + libcxx: '>=10.0.0.a0' + url: https://conda.anaconda.org/conda-forge/osx-64/tapi-1100.0.11-h9ce4665_0.tar.bz2 hash: - md5: 5a7739d0f57ee64133c9d32e6507c46d - sha256: 083a0913f5b56644051f31ac40b4eeea762a88c00aa12437817191b85a753cec + md5: f9ff42ccf809a21ba6f8607f8de36108 + sha256: 34b18ce8d1518b67e333ca1d3af733c3976ecbdf3a36b727f9b4dedddcc588fa optional: false category: main - build: pyhd8ed1ab_0 - subdir: noarch + build: h9ce4665_0 + subdir: osx-64 build_number: 0 - license: MIT + license: NCSA license_family: MIT - noarch: python - size: 463712 - timestamp: 1687527994911 -- name: libprotobuf - version: 4.23.2 + size: 201044 + timestamp: 1602664232074 +- name: sigtool + version: 0.1.3 manager: conda platform: osx-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.23.2-h5feb325_5.conda + openssl: '>=3.0.0,<4.0a0' + url: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2 hash: - md5: ae92f79c6d9af43468d4109fe76b37b8 - sha256: 956377fb504e6adff842f42bb5b1ecfee39862b1407897f91cadbb1f01bf5d1f + md5: fbfb84b9de9a6939cb165c02c69b1865 + sha256: 46fdeadf8f8d725819c4306838cdfd1099cd8fe3e17bd78862a5dfdcd6de61cf optional: false category: main - build: h5feb325_5 + build: h88f4db0_0 subdir: osx-64 - build_number: 5 - license: BSD-3-Clause - license_family: BSD - size: 2129409 - timestamp: 1686807043657 -- name: libabseil - version: '20230125.2' + build_number: 0 + license: MIT + license_family: MIT + size: 213817 + timestamp: 1643442169866 +- name: clang-14 + version: 14.0.6 manager: conda platform: osx-64 dependencies: + libllvm14: '>=14.0.6,<14.1.0a0' + libclang-cpp14: ==14.0.6 default_hdb78580_1 libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20230125.2-cxx17_h000cb23_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/clang-14-14.0.6-default_hdb78580_1.conda hash: - md5: 52adda30d725e5afd2b4a25331818bdc - sha256: a245267505766ad336022d9d3bd7a0cea967615ba888bc7e59850e2316be5165 + md5: ce19ccaee311132f299ffd0eec9c4581 + sha256: a8ef6982c0da903e31215425219693a45e39b47189018cf479b03290764793cd optional: false category: main - build: cxx17_h000cb23_2 + build: default_hdb78580_1 subdir: osx-64 - build_number: 2 + build_number: 1 constrains: - - libabseil-static =20230125.2=cxx17* - - abseil-cpp =20230125.2 - license: Apache-2.0 + - clangxx 14.0.6 + - llvm-tools 14.0.6 + - clangdev 14.0.6 + - clang-tools 14.0.6 + license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 1130140 - timestamp: 1684047505288 -- name: libblas - version: 3.9.0 - manager: conda - platform: osx-64 - dependencies: - libopenblas: '>=0.3.23,<1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-17_osx64_openblas.conda - hash: - md5: 65299527582e2449b05d27fcf8352125 - sha256: d2439e4f7bbe0814128d080a01f8435875cc423543184ca0096087308631d73e - optional: false - category: main - build: 17_osx64_openblas - subdir: osx-64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_osx64_openblas - - libcblas 3.9.0 17_osx64_openblas - - blas * openblas - - liblapack 3.9.0 17_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14710 - timestamp: 1685930987689 -- name: libopenblas - version: 0.3.23 + size: 1029529 + timestamp: 1684412293094 +- name: compiler-rt_osx-64 + version: 14.0.6 manager: conda platform: osx-64 dependencies: - libgfortran: 5.* - libgfortran5: '>=11.3.0' - llvm-openmp: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.23-openmp_h429af6e_0.conda + clangxx: 14.0.6.* + clang: 14.0.6.* + url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-14.0.6-hab78ec2_0.tar.bz2 hash: - md5: 7000a828e29608e4f57e662b5502d2c9 - sha256: fb1ba347e07145807fb1688c78b115d5eb2f4775d9eb6d991d49cb88eef174b7 + md5: 4fdde3f4ed31722a1c811723f5db82f0 + sha256: a8351d6a47a8a2cd8267862d36ad5a06f16955c68111140b8b147ee126433712 optional: false category: main - build: openmp_h429af6e_0 - subdir: osx-64 + build: hab78ec2_0 + subdir: noarch build_number: 0 constrains: - - openblas >=0.3.23,<0.3.24.0a0 - license: BSD-3-Clause - license_family: BSD - size: 6018665 - timestamp: 1681400118468 -- name: liblapack - version: 3.9.0 - manager: conda - platform: osx-64 - dependencies: - libblas: ==3.9.0 17_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-17_osx64_openblas.conda - hash: - md5: 6ab83532872bf3659613638589dd10af - sha256: 7ce76f3e9578b62fbd88c094f343c1b09ec3466afccfc08347d31742e6831e97 - optional: false - category: main - build: 17_osx64_openblas - subdir: osx-64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_osx64_openblas - - libcblas 3.9.0 17_osx64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14619 - timestamp: 1685931022827 -- name: libcblas - version: 3.9.0 - manager: conda - platform: osx-64 - dependencies: - libblas: ==3.9.0 17_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-17_osx64_openblas.conda - hash: - md5: 380151ca00704172b242a63701b7bf8a - sha256: 5c85941b55a8e897e11188ab66900eb3d83c87f6bdd0b88856733f8510fa4c91 - optional: false - category: main - build: 17_osx64_openblas - subdir: osx-64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_osx64_openblas - - blas * openblas - - liblapack 3.9.0 17_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14614 - timestamp: 1685931005294 -- name: libgfortran - version: 5.0.0 - manager: conda - platform: osx-64 - dependencies: - libgfortran5: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-11_3_0_h97931a8_31.conda - hash: - md5: 97451338600bd9c5b535eb224ef6c471 - sha256: 55d3c81ce8cd931260c3cb8c85868e36223d2bd0d5e2f35a79503810ee172769 - optional: false - category: main - build: 11_3_0_h97931a8_31 - subdir: osx-64 - build_number: 31 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 160084 - timestamp: 1678485362631 -- name: tapi - version: 1100.0.11 + - compiler-rt 14.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + noarch: generic + size: 15896681 + timestamp: 1667980403834 +- name: libclang-cpp14 + version: 14.0.6 manager: conda platform: osx-64 dependencies: - libcxx: '>=10.0.0.a0' - url: https://conda.anaconda.org/conda-forge/osx-64/tapi-1100.0.11-h9ce4665_0.tar.bz2 - hash: - md5: f9ff42ccf809a21ba6f8607f8de36108 - sha256: 34b18ce8d1518b67e333ca1d3af733c3976ecbdf3a36b727f9b4dedddcc588fa - optional: false - category: main - build: h9ce4665_0 - subdir: osx-64 - build_number: 0 - license: NCSA - license_family: MIT - size: 201044 - timestamp: 1602664232074 -- name: bzip2 - version: 1.0.8 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h0d85af4_4.tar.bz2 + libllvm14: '>=14.0.6,<14.1.0a0' + libcxx: '>=15.0.7' + url: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp14-14.0.6-default_hdb78580_1.conda hash: - md5: 37edc4e6304ca87316e160f5ca0bd1b5 - sha256: 60ba4c64f5d0afca0d283c7addba577d3e2efc0db86002808dadb0498661b2f2 + md5: 9a235664bf087994aa3acc1a60614964 + sha256: 5720d4662bd032a1dc07d0ae1368fa5e454c938545bdd93f78dacd25b9f597d3 optional: false category: main - build: h0d85af4_4 + build: default_hdb78580_1 subdir: osx-64 - build_number: 4 - license: bzip2-1.0.6 - license_family: BSD - size: 158829 - timestamp: 1618862580095 + build_number: 1 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 11897758 + timestamp: 1684412176370 version: 1 diff --git a/pixi.toml b/pixi.toml index 76aa64d..a67cd56 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,14 +1,39 @@ [project] name = "onnx-cpp-benchmark" -version = "0.1.0" +version = "0.2.0" description = "Simple tool to profile onnx inference with C++ APis." authors = ["Silvio Traversaro "] channels = ["conda-forge"] platforms = ["win-64", "linux-64", "osx-64", "linux-aarch64", "osx-arm64"] [commands] +# Configures CMake +configure = { cmd = [ + "cmake", + # Use the cross-platform Ninja generator + "-G", + "Ninja", + # The source is in the root directory + "-S", + ".", + # We wanna build in the .build directory + "-B", + ".build", + # Build in Release + "-DCMAKE_BUILD_TYPE=Release", +] } + +# Build the executable but make sure CMake is configured first. +build = { cmd = ["ninja", "-C", ".build"], depends_on = ["configure"] } + +# Start the built executable +onnx-cpp-benchmark = { cmd = ".build/onnx-cpp-benchmark"} + [dependencies] -onnxruntime = "1.*" +onnxruntime-cpp = "1.*" cli11 = "2.*" compilers = "*" +ninja = "*" +cmake = "*" +pkg-config = "*"